void main() { AfxWinInit(GetModuleHandle(NULL), NULL, GetCommandLine(), SW_SHOW); TestGUI * gui; gui = new TestGUI(); gui->Create(TestGUI::IDD); ...
確定! 回上一頁