Hello,
This just started happening yesterday. For no apparent reason, Photoshop CS3 has begun crashing upon any type of Save command.
One instance, a restart solved the issue, but ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Im trying to populate a combobox with a list of the drives located in "My Computer"
So each drive would have an item and text
How would I go about doing this?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
Right now I'm working on parsing an XML file and storing the data I need into some form of data structure to be used in by VB.net program. Here's my code:
Code:
Imports System...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Well first let me tell you want I currently use for work:
Dell laptop (old one with Serial port) with VanDyke's SecureCRT.
I'm a Network Engineer, so use of a serial port is paramoun...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm new here and I heard that you can create your own auto software or program...
What do I do, I have no idea....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How can I do that?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to know when a certain window from another program has the WS_VISIBLE flag set. How can I do that?
Thanks
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to sort my FirstName data member into alphabetical order using the STL sort algorithm and then print to screen. How would I go about doing this?
Code:
#include <iostream>
#i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Alright. I have a Datagridview, and I have a about 5 Columns in it. I only need 4 of them to be visible but the one hidden one "CIndex" needs to be their so I can call from it and get th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey fellas,
Would any of you mind telling me how to calculate the equation of time in VB.Net?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
if i program my numpad like this:
Numpad1::shift
if i then press this key in photoshop, "shift" stays activated all the time...
so what i want to accomplish is that when i press the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Dear folks, I downloded The ISO burnt a disk and had everything working, C#, VB and asp. I dont know what my computer has done but now when I try to start and of the languages I am getting an err...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a linked list and im not sure how to add a new member to it....
Code:
template<class T>
class LinkedList : public BaseRefCollection<T> {
public:
typedef T ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
given class sefinition:
class A
{
public:
//constructors
// other members
private:
int x;
int y;
};
Give declarations of operator functions for each ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Thanks a lot gep! I get where your going for you timer idea, but that would be just total random movement. that doesnt get me anywhere. i was thinking more along the lines of when the tick is call...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to edit the XML file to show my AIM, ICQ, Yahoo!, etc.
Is this possible?
I'm using VDJ and the stream is working, but it doesn't show anywhere to change my URL, AIM, ICQ, Yahoo!, and MSN....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How to?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Currently my Media Library displays artist's name as (for example): 'Foo Fighters, The'. How do I change it so it displays 'The Foo Fighters' without having to go through my whole library and physical...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i used to write template classes in header file (.h)
i want to seperate the specification and and implemetation
iam using microsoft visual c++
this comiler doesn't support export keyword...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm using autohotkey to paste currently playing song into a game I play..
The problem lies with this line "if line <> %linetwo%"
it seems they are always unequal. Though, when I ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a base class and a derived class. The base class has a variable that stores an integer value listed under private: . while there is a member function that accesses that variable that is lis...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
(I did not write this code. . . Doing it for a friend )
I made this keylogger, and this one line of code acts up whenever I start and test the program!
Code:
Private Sub Button3_Click...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i have inserted a file open dialog box into my program.
may i know how can i display the full path of my chosen file into a textbox?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there anyway to apply a Read Lock or an Exclusive Use condition to a file opened with FSO?
The way I am thinking is via opening it for write... but that could cause conflicts with what I am...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to develop an ASIO based app to relay audio from one soundcard to another. (DirectX is too slow - 80ms latency)
The problem is that ASIO only seems to support one soundcard at a tim...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine