dky1e
January 9th, 2003, 08:49 PM
How can I ensure that there is only one instance of an application open for user?
|
Click to See Complete Forum and Search --> : instance of application dky1e January 9th, 2003, 08:49 PM How can I ensure that there is only one instance of an application open for user? MartinL January 10th, 2003, 03:57 AM http://www.c-sharpcorner.com/Code/2002/Sept/SingleInstance.asp dky1e January 14th, 2003, 09:05 PM Thanks! pareshgh January 18th, 2003, 04:11 AM looking at your stuff you will need to use Mutex, by using it you will be able to control one copy of ur instance check it by isanyinstance method . checkout System.Diagnostic.Process also Paresh codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |