摘要:第一步:安装钩子:SetWindowsHookEx(WH_Codes idHook, HookProc lpfn,IntPtr pInstance, int threadId);
第二步:回调和处理 CallNextHookEx(IntPtr pHookHandle, int nCode,Int32 wParam, IntPtr lParam);
阅读全文
posted @ 2008-01-14 15:40
|
|||
01 2008 档案
摘要:第一步:安装钩子:SetWindowsHookEx(WH_Codes idHook, HookProc lpfn,IntPtr pInstance, int threadId);
第二步:回调和处理 CallNextHookEx(IntPtr pHookHandle, int nCode,Int32 wParam, IntPtr lParam);
阅读全文
posted @ 2008-01-14 15:40
摘要:action add aggregate all alter after and as asc avg avg_row_length auto_increment between bigint bit binary blob bool both by cascade case char character
change check checksum column columns comment constraint create cross current
阅读全文
posted @ 2008-01-08 10:43
摘要:这里是在C#中采用GDI绘图来完成时钟,结合pictureBox来解决了普通的抖动、闪烁问题。
阅读全文
posted @ 2008-01-03 16:57
摘要:开源为大家共同追求的愿望,本人将慢慢将一些无关涉密的系统,去除标注后提供大家下载和研究!
此为早期一个版本代码,无偿提供大家交流和学习!如有好的改进意见和完善版本,希望不吝发给博主!
共同进步,共同学习!
阅读全文
posted @ 2008-01-02 16:05
摘要:remoting是以通道来连接两个应用程序域之间来进行通讯的,客户端通过remoting访问通道以获得服务器端远程对象,再通过代理解析为客户端对象。远程对象代码可以运行在服务器上(分为服务器端激活的对象和客户端激活的对象),客户端通过remoting连接服务器,获得该服务对象并通过序列化在客户端运行,在remoting可以同时注册多个通道的,但是必须采用不同的端口号和名称来标示,因为名称是通道的唯一标示符。
阅读全文
posted @ 2008-01-02 15:04
|
|||