如何在 .net 中只运行一个进程实例?
摘要:
class SingleProcessTest { private const int WS_SHOWNORMAL = 1; [DllImport("User32.dll")] private static extern bool ShowWindowAsync(IntPtr hWnd, int cmdShow); [DllImpor... 阅读全文
posted @ 2008-01-17 18:04 gogogo 阅读(278) 评论(0) 推荐(0)
浙公网安备 33010602011771号