c++系统开发实例精粹内附的80例源代码
环境:windows2000,c++6.0
源代码在线查看: popuptipwnd.h
// PopupTipWnd.h : header file
//
#if !defined(AFX_POPUPTIPWND_H__E0803970_1CAC_11D5_B8F7_00B0D07B8C7C__INCLUDED_)
#define AFX_POPUPTIPWND_H__E0803970_1CAC_11D5_B8F7_00B0D07B8C7C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define PWDSPY_POPUP_TIP_CLASSNAME _T("PasswordSpy Popup Tip")
#define BORDER_X 5
#define BORDER_Y 5
/////////////////////////////////////////////////////////////////////////////
// CPopupTipWnd window
class CPopupTipWnd : public CWnd
{
// Construction
public:
CPopupTipWnd();
virtual ~CPopupTipWnd();
static bool RegisterWindowClass(void);
virtual BOOL Create(CWnd *pParentWnd);
void ShowPopupWindow(CString strText, CPoint point, CRect rect);
void HidePopupWindow(void);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPopupTipWnd)
//}}AFX_VIRTUAL
// Generated message map functions
protected:
static bool s_bRegistered;
CRect m_rectPos;
CWnd *m_pParentWnd;
//{{AFX_MSG(CPopupTipWnd)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_POPUPTIPWND_H__E0803970_1CAC_11D5_B8F7_00B0D07B8C7C__INCLUDED_)
|
相关资源 |
|
-
c++系统开发实例精粹内附的80例源代码
环境:windows2000,c++6.0
-
本内容为:VC6.0数据库系统开发实例导航 一书的随书光盘。内含9个详细的MIS系统。每个程序的说明都很详细。
-
JSP数据库开发实例精粹,很好的参考书
-
JSP hibernate数据库开发实例精粹,很好的参考书
-
这是一个学生管理系统.vb+sql
是VB数据库系统开发实例导航书中的一个实例
-
Visual C++6_0数据库系统开发实例导航
提供给开发数据库的朋友们
-
,"智能大厦自动报警系统",是从赛奎春所主编的"C++信息系统开发实例精选"CD中拷贝出来的,对mscomm 控件进制转换串口通信等内容进行了详细介绍。
-
嵌入式DOS系统上位升级程序FileUpgrade, 需配合本人上传的FileUpr程序应用, VC++开发, 非常实用, 内附说明及源码
|