VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Check if your app is already running and gives you an error msg if it is. One line of codeUpdated

by Per Andersson (6 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

Check if your app is running, if it is the program will show an error message. You can also visit www.FireStorm.Now.Nu

API Declarations
www.FireStorm.Now.Nu

Rate Check if your app is already running and gives you an error msg if it is. One line of codeUpdated

Private Sub Form_Load()
If App.PrevInstance = True Then MsgBox "This app is already running":End
End Sub

Download this snippet    Add to My Saved Code

Check if your app is already running and gives you an error msg if it is. One line of codeUpdated Comments

No comments have been posted about Check if your app is already running and gives you an error msg if it is. One line of codeUpdated. Why not be the first to post a comment about Check if your app is already running and gives you an error msg if it is. One line of codeUpdated.

Post your comment

Subject:
Message:
0/1000 characters