⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ztooltipctrl.h

📁 利用钩子与API截获方法获取WEB网页及应用程序密码编辑框中的密码
💻 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 + -