摘要: 在项目中,需将鼠标锁定在主界面中,且鼠标不能跑到客显上去,于是有了下面的代码: 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace convert 6{ 7 class Class4 8 { 9 一个鼠标类#region 一... 阅读全文
posted @ 2008-02-18 14:58 Simmy.卧龙先生 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 1using System; 2using System.Collections.Generic; 3using System.Windows.Forms; 4using BOM.NewUI; 5using System.Threading; 6 7namespace NewUI 8{ 9 static class Program 10 { 11 /**... 阅读全文
posted @ 2008-02-18 14:15 Simmy.卧龙先生 阅读(370) 评论(1) 推荐(0) 编辑
摘要: 常常项目中,需要显示一些返回的正确或错误信息,常用的方法有: 1using System; 2using System.Collections.Generic; 3using System.Reflection; 4using System.Text; 5 6namespace AFC.WorkStation.Comm 7{ 8 public static class Wi... 阅读全文
posted @ 2008-02-18 13:35 Simmy.卧龙先生 阅读(454) 评论(0) 推荐(0) 编辑