<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          創(chuàng)建對話框

          作者: 時間:2016-09-12 來源:網(wǎng)絡(luò) 收藏

          首選需要創(chuàng)建一個對話框

          本文引用地址:http://www.ex-cimer.com/article/201609/303400.htm

          所以應(yīng)該包含resource.h資源文件

          .h 文件:

          struct DecodeUint{

          UINT meesage;

          LONG (*fun)(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

          };

          #define dim(x) (sizeof(x)/sizeof(x[0]))

          LONG OnInit(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);

          LONG OnCommand(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);

          LONG OnClose(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);

          BOOL CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);

          .c文件:

          #include

          #include

          #include Border.h

          #include resource.h

          struct DecodeUint DlgMessage[] = {

          WM_INITDIALOG,OnInit,

          WM_COMMAND,OnCommand,

          };

          struct DecodeUint DlgCommand[] = {

          IDOK,OnClose,

          IDCANCEL,OnClose,

          };

          LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

          int WinMain(HINSTANCE hInstance,

          HINSTANCE hPrevInstance,

          LPTSTR lpCmdLine,

          int nCmdShow)

          {

          DialogBox(hInstance,MAKEINTRESOURCE(IDD_DIALOG1),NULL,About);

          return 1;

          }

          BOOL CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)

          {

          for (int i = 0;i dim(DlgMessage);i ++)

          {

          if (DlgMessage[i].meesage == message)

          {

          (*DlgMessage[i].fun)(hDlg,message,wParam,lParam);

          }

          }

          return FALSE;

          }

          LONG OnInit(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)

          {

          return TRUE;

          }

          LONG OnCommand(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)

          {

          for (int i = 0;i dim(DlgCommand);i ++)

          {

          if (DlgCommand[i].meesage == LOWORD(wParam))

          {

          (*DlgCommand[i].fun)(hDlg,message,wParam,lParam);

          }

          }

          return TRUE;

          }

          LONG OnClose(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)

          {

          EndDialog(hDlg,0);

          return TRUE;

          }



          關(guān)鍵詞: WinCE

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();