Re: [perl-win32-gui-users] detecting a second version of my app

2008-06-13 Thread Brian Millham
rpnoble wrote: > How can i detect a 2nd launch of my application, popup an error message and > then exit? > Look at the Win32::Mutex module. You register your app when it starts, and check if it's already running. If you need, I can give you some sample code. -- Brian, Tommy, Helen and Paka

[perl-win32-gui-users] detecting a second version of my app

2008-06-13 Thread rpnoble
How can i detect a 2nd launch of my application, popup an error message and then exit? -- View this message in context: http://www.nabble.com/detecting-a-second-version-of-my-app-tp17833771p17833771.html Sent from the perl-win32-gui-users mailing list archive at Nabble.com. ---