App.PrevInstance is an extremely useful
statement which allows a running application to determine if another
instance of the app is currently executing. Unfortunately, App.PrevInstance is not supported in VBCE 6.0. You can simulate it
though with a few API calls.
Special thanks to Jack
Dankers for providing the source code.
Declarations:
|