Thread
:
How to?-Prevent multiple instance of an application
View Single Post
#
8
05-25-2005, 01:58
tAz
Posts: n/a
in addition, you'll need to find the previously running app (findwindow), and make it the active window before you exit your program (use win messages). this way, running a 2nd instance of your app brings up the first instance.
tAz