Hello everybody How can I check whether my application is already running? thx, in advance George Papadopoulos
SteadFast!
In the load event of the first form or in the sub main in your project put this.... VB Code: If App.PrevInstance = True Then MsgBox "Application already running." End End If
If App.PrevInstance = True Then MsgBox "Application already running." End End If
Regards, ™ As a gesture of gratitude please consider rating helpful posts. c",) Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system
Forum Rules