{ // TODO: Place code here. MSG msg; ……………………………… MyRegisterClass(hInstance); if (!InitInstance (hInstance, nCmdShow)) { return FALSE; } // Main message loop: while (GetMessage(&msg, NULL, 0, 0)) { if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) { TranslateMessage(&msg); DispatchMessage(&msg); }
|
正在阅读:明明白白看MFC之程序框架(1)明明白白看MFC之程序框架(1)
2004-04-16 10:25
出处:CSDN
责任编辑:sdq
键盘也能翻页,试试“← →”键