Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing application from running more than once
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00048262
Message ID:
00048264
Views:
22
>I put code in my application that checks to see if it is already running and if it is it stops loading and informs the user with a messagebox that it is already running. I would like to modify this so if the user tries to run it a second time instead of getting the messagebox, the current running application is brought to the front and maximized. I am using VFP 5.0a.
>
>Any ideas?
>
>
>Jeff Rusch
>UW-Madison

You could replace messagebox line in your code with API call ShowWindow (see in Win32Api Help).
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform