摘要: [STAThread] public static void Main() { bool ret; System.Threading.Mutex mutex = new System.Threading.Mutex(true, Application.ProductName, out ret); i 阅读全文
posted @ 2021-05-24 09:21 HarryK 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 引用:/lidj/archive/2012/07/06/2579923.html 最近修改了一下.可以更方便的用在各个窗体上了 代码也简洁很多.直接引用一下就能使用 不过只处理了窗口的左上右三个方向 .下边没处理 /// <summary> /// 窗口 阅读全文
posted @ 2021-05-24 09:18 HarryK 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 引用:/lidj/archive/2012/07/07/2580598.html 1.Form.cs: using CC=System.Web.Mail;using System.Data.SqlClient;using System.Data.OleD 阅读全文
posted @ 2021-05-24 09:16 HarryK 阅读(736) 评论(0) 推荐(0) 编辑