readme.txt
来自「很美的窗口控件,让你的系统界面接近WINDOWS界面...不信你」· 文本 代码 · 共 36 行
TXT
36 行
first register this typelib
1_Tlb\SubclassingSink.tlb
then open some of the sample projects
4_Samples\1_Simple\SubclassingThunk.vbp
4_Samples\2_HookMenu\Sample\Group1.vbp
4_Samples\3_OutlookBar\OutlookBar.vbp
if you need the subclassing thunk in a project of yours just add this file
3_Thunks\cSubclassingThunk.cls
add a reference to this typelib
"Subclassing/Hooking sink interfaces 1.0" (SubclassingSink.tlb)
and in a form or class in your project implement this interface
ISubclassingSink
if you need the hooking thunk in a project of yours just add this file
3_Thunks\cHookingThunk.cls
you can take a look at the underlying assembly in
2_Asm\WndProc2.asm
2_Asm\HookProc.asm
you will probably need the assembler/linker/editor and tools from http://www.masm32.com
enjoy,
</wqw>
8 Nov 2002
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?