摘要:
//hello.hclass CMyApp:public CWinApp{public: virtual BOOL InitInstance();};class CMainWindow:public CFrameWnd{public: CMainWindow();protected: afx_msg void OnPaint(); DECLARE_MESSAGE_MAP()};//hello.cpp#include <afxwin.h>#include "hello.h"CMyApp myApp;BOOL CMyApp::InitInstance(){m_pMa 阅读全文
posted @ 2012-05-07 16:54
aswater
阅读(330)
评论(0)
推荐(0)

浙公网安备 33010602011771号