【C#】 实现WinForm中只能启动一个实例
摘要:如代码所示:方法一:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.Diagnostics;using System.Reflection;using System.Runtime.InteropServices;namespace ProcessBarTest{ static class Program { private const int SW_SHOW = 5; [DllImport("U...
阅读全文
posted @
2013-07-23 14:38
WangAnuo
阅读(483)
推荐(0)