07 2004 档案

what is windows hooks?
摘要:Hooks are one of the most powerful features of Windows. We can hooks to trp all the events in the Windows environment In the Microsoft® Windows™ operating system, a hook is a mechanism by which a func... 阅读全文

posted @ 2004-07-20 10:46 mike 阅读(133) 评论(0) 推荐(0)

how to write an dll that's used both for c and c++ project.
摘要:first, the dll side,write down these code// DLL Header file...#ifdef __cplusplus#define EXPORT extern "C" __declspec(dllexport)#else#define EXPORT __declspec(dllexport)#endifEXPORT int LoadDialog();//... 阅读全文

posted @ 2004-07-18 13:46 mike 阅读(114) 评论(0) 推荐(0)

How to activate the Insert new ATL object wizard in an not atl project.
摘要: 阅读全文

posted @ 2004-07-18 13:15 mike 阅读(159) 评论(0) 推荐(0)

How to set plugin-development environment for VC6.0
摘要:there are many internet browsers,such as microsoft IE, netscape,mozilla etc.IE is the most popular tool under windows platform.It supports activex controls,that's a great thing and there're ma... 阅读全文

posted @ 2004-07-16 10:26 mike 阅读(196) 评论(0) 推荐(0)

导航