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

📄 util_pop.h

📁 比较详尽的介绍了短信的发送与接收的实现模块与程序
💻 H
字号:

// util_pop.h

#ifndef _INC_UTIL_POP_
#define _INC_UTIL_POP_



class GPopupWindow : public CWnd
{
   DECLARE_MESSAGE_MAP()

public:
   GPopupWindow();
   
protected:
   afx_msg int OnCreate(LPCREATESTRUCT lpcs);
   afx_msg void OnLButtonDown(UINT nFlags, CPoint pt);
   afx_msg void OnCaptureChanged(CWnd *pWnd);

   virtual BOOL OnLButtonDownCheck(UINT nFlags, CPoint pt);
   virtual void PostNcDestroy();

public:
   virtual ~GPopupWindow();
};


#endif



 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -