| View previous topic :: View next topic |
| Author |
Message |
Glenn MacGregor Guest
|
Posted: Fri Dec 19, 2003 10:45 pm Post subject: Running single copy of an application |
|
|
Hi All,
I am writing an application in cppbuilder 5. I need it to behave like
outlook where if you try to start the application and a copy is running it
just brings that copy up. I only want one copy to run. Is there a component
to handle that functionality?
Thanks
Glenn
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Dec 19, 2003 10:59 pm Post subject: Re: Running single copy of an application |
|
|
"Glenn MacGregor" <gtm (AT) almeric (DOT) com> wrote
| Quote: | if you try to start the application and a copy is running it just
brings that copy up. I only want one copy to run.
|
Prevent multiple instances of the program from running
http://www.bcbdev.com/faqs/faq74.htm
Gambit
|
|
| Back to top |
|
 |
|