hi
i want to restrct my application to jus a single instanec n if the user tries to execute it again, should get an error message
Printable View
hi
i want to restrct my application to jus a single instanec n if the user tries to execute it again, should get an error message
VB Code:
If App.PrevInstance = True Then MsgBox "A previous instance of this application is already running" End If