CodeItBetter Programming Another VB Programming Blog

How to see if a previous instance of an app is running

Posted on August 16, 2011
1
2
3
4
5
6
'System & API - How to see if a previous instance of an app is running
If App.PrevInstance = True Then
    MsgBox "Program is already running!"
    Unload Me
    Exit Sub
End If
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.