摘要: C#系统热键类 using System;using System.Runtime.InteropServices;namespace SystemHotKey{ public delegate void HotkeyEventHandler(int HotKeyID); public class Hotkey : System.Windows.Forms.IMessageFilter... 阅读全文
posted @ 2006-02-14 16:11 幸福★星 阅读(586) 评论(1) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Runtime.InteropServices; using System.Text;namespace OperateIni{ public class IniFile { private string IniFileName; [DllImport("kernel32")] private ... 阅读全文
posted @ 2006-02-14 16:07 幸福★星 阅读(890) 评论(2) 推荐(0) 编辑
摘要: 今天是个值得纪念的日子--情人节,也是我加入这个.NET大家庭的日子,我要多多记录我学习C#的心得体会:) 阅读全文
posted @ 2006-02-14 16:02 幸福★星 阅读(258) 评论(0) 推荐(0) 编辑