摘要: 方法一:使用Mutex来进行 1. 首先要添加如下的namespace: using System.Threading; 2. 修改系统Main函数,大致如下: bool bCreatedNew; //Create a new mutex using specific mutex name Mutex m =new Mutex( ... 阅读全文
posted @ 2008-06-11 13:44 小y 阅读(2276) 评论(1) 推荐(0) 编辑