摘要: 引用自:http://www.hanselman.com/blog/TheWeeklySourceCode31SingleInstanceWinFormsAndMicrosoftVisualBasicdll.aspxusing System;using System.Windows.Forms;using Microsoft.VisualBasic.ApplicationServices;namespace SuperSingleInstance{static class Program{[STAThread]static void Main(){Application.EnableVisua 阅读全文
posted @ 2012-04-25 22:17 谷安 阅读(366) 评论(0) 推荐(0)