- Home
·
- Miscellaneous
·
- Avoid launching more than one instance of your application, in case the user trys to launch it mult
Avoid launching more than one instance of your application, in case the user trys to launch it mult
Avoid launching more than one instance of your application, in case the user trys to launch it multiple times.
API Declarations
'Its sweet and simple, but not everyone is aware of this built-in VB ability.
Rate Avoid launching more than one instance of your application, in case the user trys to launch it mult
(1(1 Vote))
'Preventing multiple launches of this application.
If App.PrevInstance Then End
End Sub
Avoid launching more than one instance of your application, in case the user trys to launch it mult Comments
No comments yet — be the first to post one!
Post a Comment