MFC编程实例

源代码在线查看: db.h

软件大小: 11785 K
上传用户: zhangyuntong
关键词: MFC 编程实例
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifndef __AFXWIN_H__
					#error include 'stdafx.h' before including this file for PCH
				#endif
				
				#include "resource.h"
				
				class CDBApp : public CWinApp
				{
				public:
					CDBApp();
					//{{AFX_VIRTUAL(CDBApp)
					public:
					virtual BOOL InitInstance();
					//}}AFX_VIRTUAL
					//{{AFX_MSG(CDBApp)
					afx_msg void OnAppAbout();
					//}}AFX_MSG
					DECLARE_MESSAGE_MAP()
				};
							

相关资源