📄 ztooltipctrl.h
字号:
/************************************
REVISION LOG ENTRY
Revision By: Zhang, Zhefu
Contact: codetiger@hotmail.com
Revised on 12/7/2002 10:44:33 AM
Comment: Following Source is Written To Contribute to WWW.CodeGuru.Com
Also check http://codeguru.earthweb.com/ieprogram/SPwdSpy.html
for latest patch
************************************/
#ifndef _INSIDE_VISUAL_CPP_ZTOOLTIP
#define _INSIDE_VISUAL_CPP_ZTOOLTIP
//if you not define, you will have trouble
class CZToolTipCtrl : public CToolTipCtrl
{
public:
BOOL AddWindowTool (CWnd*, LPCTSTR);
BOOL DelWindowTool (CWnd*);
BOOL AddRectTool (CWnd*, LPCTSTR, LPCRECT, UINT);
};
#endif // _INSIDE_VISUAL_CPP_ZTOOLTIP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -