Home > Software engineering > MFC how to make the main window and a single child window using two different message loop
MFC how to make the main window and a single child window using two different message loop
Time:10-05
Sometimes I think child window message processing function block, but cannot affect the message response of the main interface, so it takes two to make a message loop, and each other, could you tell me how to achieve you greatly, I can't use CWinThread realize now, there is no other way can be achieved, and I used the wrong way,
CodePudding user response:
Child window of the message processing function block, sometimes can't solve with thread or the timer block
CodePudding user response:
Mainly is to make a separate dialog box processing and the main dialog box, I try to use CWinThread implements, but the dialog box can only specify the parent window for the desktop, so management up too difficult