Hi all,
I have the following code to detect if my application is already running; if so, how can i terminate the previous instance of my application.Thanks in advance.VB Code:
If App.PrevInstance Then 'App is already running 'Here I want to unload the previous instance End If




Reply With Quote