PDA

View Full Version : Multiple Run



Mina
11-12-2005, 06:11 AM
A built project can be run several times.
I tried to put codes at the -startup- to check if the same app. is running, if yes, it would close and set the running one to be on top, else, it would run normally.
could someone help me with this? hope i make sense there..
Appreciate any help

rhosk
11-12-2005, 07:35 AM
Check out Enumerate.Processes or Enumerate.Titles. Perfect examples in the help file.