![]() |
|||
Comments and Discussions
|
About Article
Alternative to Run Only One Copy Of Application
Maybe this is helpful, it tries to switch to the first running instance:namespace UltraSimple.Win{ static class Program { [System.Runtime.InteropServices.DllImport("user32.dll")] public static extern bool SetForegroundWindow(IntPtr hWnd); [STAThread] ...
Related Articles
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||