#ifndef DAIMYAPP_H #define DAIMYAPP_H #include "DirectDrawApp.h" class DAIMYApp : public DirectDrawApp { public: BOOL InitInstance(); protected: //{{AFX_MSG(DAIMYApp) //}}AFX_MSG
http://www.codebf.com/read/105515/15665939
class CMyApp : public CWinApp { public: virtual BOOL InitInstance (); }; class CMainWindow : public CFrameWnd { public: CMainWindow (); protected: afx_msg void OnPaint ();
http://www.codebf.com/read/103912/15716415
#include "resource.h" class CRsaKitApp : public CWinApp { //{{AFX_VIRTUAL(CRsaKitApp) virtual BOOL InitInstance(); //}}AFX_VIRTUAL //{{AFX_MSG(CRsaKitApp) //}}AFX_MSG DECLARE_MESSAG
http://www.codebf.com/read/103762/15722382
序号:47002 发表者:jearome 发表日期:2003-07-16 15:35:50 主题:高手快来看!!! 内容:头文件中有:protected:// Generated message map functionsprotected: //{{AFX_MSG(CCH1_1Vi
http://www.codebf.com/read/102552/15772251
http://www.codebf.com/read/101790/15808478
#pragma once // CXPEdit class CXPEdit : public CEdit { DECLARE_DYNAMIC(CXPEdit) public: CXPEdit(); virtual ~CXPEdit(); protected: DECLARE_MESSAGE_MAP() public: afx_msg void O
http://www.codebf.com/read/100754/15865082
// systemse.h : header file // class CSystemSetSheet ; class CCommonPage:public CPropertyPage { public: CCommonPage( UINT id ) ; // Generated message map functions //{{AFX_MSG(CCommon
http://www.codebf.com/read/100347/15876487
BEGIN_MESSAGE_MAP(CSerialPortTestDlg,CDialog) //{{AFX_MSG_MAP(CSerialPortTestDlg) ON_MESSAGE{WM_COMM_RXCHAR,OnComm} //}}AFX_MSG_MAP END_MESSAGE_MAP() //自己添加的BEGIN //{{AFX_MSG(CSCPortTestV
http://www.codebf.com/read/8758/152247
class CMyApp:public CWinApp { public: virtual BOOL InitInstance(); }; class CMyFrame:public CFrameWnd { public: CMyFrame(); protected: afx_msg void OnLButtonDown(UINT nFlags, CPoint poi
http://www.codebf.com/read/408984/2240479
#pragma once // COutRichCtrl class COutRichCtrl : public CRichEditCtrl { DECLARE_DYNAMIC(COutRichCtrl) public: COutRichCtrl(); virtual ~COutRichCtrl(); afx_msg void OnRButtonDown(U
http://www.codebf.com/read/358421/2985927
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机