摘要:
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
幸福★星
阅读(597)
评论(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
幸福★星
阅读(896)
评论(2)
推荐(0)
摘要:
今天是个值得纪念的日子--情人节,也是我加入这个.NET大家庭的日子,我要多多记录我学习C#的心得体会:) 阅读全文
posted @ 2006-02-14 16:02
幸福★星
阅读(274)
评论(0)
推荐(0)