一个简单的模拟键盘鼠标操作的类
摘要:
一个简单的模拟键盘鼠标操作的类,扩充 VirtualKeys 枚举就可以了,或者直接写! using System; using System.Runtime.InteropServices; using System.Text; class Keyboard { const uint KEYEVENTF_EXTENDEDKEY = 0x1; const uint KEY... 阅读全文
posted @ 2008-11-08 14:23 Nick-fbx 阅读(595) 评论(0) 推荐(0) 编辑