December 9th, 2003 11:18 AM
Yeah, I had another application that I used this code in also, and it works fine with that one as well...So, it's got to be something I'm doing wrong somewhere in my original application.
I'll...
December 9th, 2003 10:58 AM
actually....I thought it was working, because when I would execute the program again, the same window would reappear (if minimized) or would blink if it was already restored on my desktop. But when...
December 9th, 2003 10:42 AM
nevermind, this code does work in release mode...i was doing something wrong that pertained to some other part of my application, which was why it wasn't working properly...so if need be, this thread...
December 9th, 2003 10:32 AM
In the InitInstance method of my App class, I have this code to check for a single instance of my application. I know there might be better ways of doing this, but this suffices for me, or does it?...