VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Avoid launching more than one instance of your application, in case the user trys to launch it mult

by StevanM (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 25th February 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



    
   'Preventing multiple launches of this application.
   If App.PrevInstance Then End
   
End Sub

Download this snippet    Add to My Saved Code

Avoid launching more than one instance of your application, in case the user trys to launch it mult Comments

No comments have been posted about Avoid launching more than one instance of your application, in case the user trys to launch it mult. Why not be the first to post a comment about Avoid launching more than one instance of your application, in case the user trys to launch it mult.

Post your comment

Subject:
Message:
0/1000 characters