c++系统开发实例精粹内附的80例源代码
环境:windows2000,c++6.0
源代码在线查看: pwdspydlg.h
// PwdSpyDlg.h : header file
//
#if !defined(AFX_PWDSPYDLG_H__BECC53B7_6A53_11D3_8861_000000000000__INCLUDED_)
#define AFX_PWDSPYDLG_H__BECC53B7_6A53_11D3_8861_000000000000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "OSInfo.h"
#include "PopupTipWnd.h"
/////////////////////////////////////////////////////////////////////////////
// CPwdSpyDlg dialog
class CPwdSpyDlg : public CDialog
{
// Construction
public:
CPwdSpyDlg(CWnd *pParent = NULL); // standard constructor
virtual ~CPwdSpyDlg();
// Dialog Data
//{{AFX_DATA(CPwdSpyDlg)
enum { IDD = IDD_PWDSPY_DIALOG };
CStatic m_ctrlLook;
CString m_strMousePos;
CString m_strPwd;
CString m_strWndClass;
CString m_strHwnd;
CString m_strIsPwd;
CString m_strCaption;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPwdSpyDlg)
public:
virtual BOOL PreTranslateMessage(MSG *pMsg);
protected:
virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
static UINT s_wmActivateApp;
bool m_bIsLooking, m_bAlwaysOnTop, m_bScanEx;
HICON m_hIconLarge, m_hIconSmall;
HICON m_hIconBlank, m_hIconScan;
HCURSOR m_hCursorScan, m_hCursorPrev;
HWND m_hWndPrev;
int m_nScanLevel;
COSInfo m_osi;
CPopupTipWnd m_wndPopupTip;
// Since ScanEx is async, these hold data we need later
HWND m_hWndScanEx;
CPoint m_ptScanEx;
void StartLooking(void);
void StopLooking(void);
HWND SmallestWindowFromPoint(const POINT point);
void InvertBorder(const HWND hWnd);
void OnAlwaysOnTop();
void Scan(CPoint point);
// Generated message map functions
//{{AFX_MSG(CPwdSpyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR *lpMMI);
afx_msg BOOL OnCopyData(CWnd *pWnd, COPYDATASTRUCT *pCopyDataStruct);
//}}AFX_MSG
afx_msg LRESULT OnActivateApp(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PWDSPYDLG_H__BECC53B7_6A53_11D3_8861_000000000000__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++开发, 非常实用, 内附说明及源码
|