Check if your app is already running and gives you an error msg if it is. One line of codeUpdated
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
(9(9 Vote))
Private Sub Form_Load()
If App.PrevInstance = True Then MsgBox "This app is already running":End
End Sub
Check if your app is already running and gives you an error msg if it is. One line of codeUpdated Comments
No comments yet — be the first to post one!
Post a Comment