MFC程序之消息映射

1.MyApp.h文件app #pragma once #define _WIN32_WINNT 0x0502 #include <afxwin.h> class CMyApp :public CWinApp { public: virtual BOOL InitInstance(); }; class CMainWindow :public CFrameWnd { public: CMa
相關文章
相關標籤/搜索