正在阅读:明明白白看MFC之程序框架(1)明明白白看MFC之程序框架(1)

2004-04-16 10:25 出处:CSDN 作者:eliner 责任编辑:sdq

  {

   // 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);

        }

键盘也能翻页,试试“← →”键

相关文章

关注我们

最新资讯离线随时看 聊天吐槽赢奖品