My first win32 application program

  #include<afxwin.h> #include<afx.h> #define _AFXDLL class CHelloApp :public CWinApp { public:  virtual BOOL InitInstance(); }; CHelloApp theApp; class CMainFrame :public CFrameWnd//主窗口類 { public:  CM
相關文章
相關標籤/搜索