摘要: 工作需要,须限制鼠标移动范围,类如下: 1 一个鼠标类#region 一个鼠标类 2 /**//// 3 /// Mouse Control 4 /// Made by Michael 5 /// date 2008-01-30 6 /// 7 class Mouse 8 { 9 internal... 阅读全文
posted @ 2008-01-30 21:08 Simmy.卧龙先生 阅读(1946) 评论(0) 推荐(0) 编辑
摘要: 有时需将特定格式的文本文件转化为内存表后,进行查询等操作很方便,就写了个转化的类: 文本文件格式如:|name|sex|age|...| 如果文件内容都是同种类似格式的话,则可以采用如下方法: 1public static DataTable ConvertToDataTable (string FilePath, string TableName,string[] FieldsInA... 阅读全文
posted @ 2008-01-30 20:56 Simmy.卧龙先生 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 1public class SysTimeZoneCheck 2 { 3 /**//// 4 /// [Win32 API call] 5 /// The GetTimeZoneInformation function retrieves the current time-zone parameters. 6 ... 阅读全文
posted @ 2008-01-30 20:42 Simmy.卧龙先生 阅读(1465) 评论(0) 推荐(0) 编辑