In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Today, I will talk to you about how to simulate the doModal dialog box, many people may not know much about it. In order to make you understand better, the editor has summarized the following contents for you. I hope you can get something according to this article.
Encapsulates a modeless dialog window in DLL, but wants to block the main thread at runtime, but does not block the interface
Void DoEvent (); DWORD WINAPI doModal (LPVOID p) {INT I = 0; while (1) {ionization; Sleep (30); if (I = = 83) break; static MSG msg; if (:: PeekMessage (& msg, NULL, 0,0, PM_NOREMOVE) {AfxGetApp ()-> PumpMessage ();}} return 0;} void DoEvent (CScale3DCMessageBoxDlg & dlg) {MSG msg / / fetch the message and retrieve the message queue of the application. Remove if (:: PeekMessage (& msg, NULL, 0,0, PM_REMOVE) from the message queue after PM_REMOVE is fetched) {/ / send message: TranslateMessage (& msg);: DispatchMessage (& msg); dlg.SendMessage (msg.message, msg.wParam, msg.lParam) }} extern "C" _ declspec (dllexport) VOID _ stdcall CreateMsgBox (CWnd * parent) {CScale3DCMessageBoxDlg pDlgMsgBox; pDlgMsgBox.Create (IDD_DIALOG1, parent); pDlgMsgBox.ShowWindow (SW_SHOW); HANDLE hThread [1]; DWORD threadId; hThread [0] = CreateThread (NULL, 0, doModal, 0,0, & threadId); DWORD dwRet Do {dwRet =: MsgWaitForMultipleObjects (1, hThread, FALSE, INFINITE, QS_ALLINPUT); if (dwRet! = WAIT_OBJECT_0) {pDlgMsgBox.UpdateWindow (); DoEvent (pDlgMsgBox) }} while ((dwRet! = WAIT_OBJECT_0) & & (dwRet! = WAIT_FAILED));} after reading the above, do you have any further understanding of how to simulate the doModal dialog box? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.