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 |