摘要: To set a hook, call theSetWindowsHookExfunction from the User32.dll file. This function installs an application-defined hook procedure in the hook chain that is associated with the hook.To set a mouse hook and to monitor the mouse events, follow these steps:Start Microsoft Visual Studio .NET.On theF 阅读全文
posted @ 2012-04-18 13:54 USID 阅读(227) 评论(0) 推荐(0) 编辑