-K2RFP- wrote:
I'm using a Mutex to prevent running multiple
instances of a program. However, sometimes while
running the program I want to run a second instance
by setting a checkbox to allow that to happen.
How do I code the program to do that?
Save the setting to persistent storage (a file, a database, the
registry, whatever). Before you check for existence of the mutex, check
the saved setting.
--
Rob
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk