The following code handles message from ------
a) MessageBoxCode:MSG msg; while (GetMessage (&msg, NULL, 0 ,0)) { IsDialogMessage (hwndDialog, &msg); }
b) Model dialog box
c) Modelless dialog box
d) any dialog
This is a discussion on urgent help needed win32 c++ code , please help me!!!! within the Windows Programming forums, part of the Platform Specific Boards category; The following code handles message from ------ Code: MSG msg; while (GetMessage (&msg, NULL, 0 ,0)) { IsDialogMessage (hwndDialog, &msg); ...
The following code handles message from ------
a) MessageBoxCode:MSG msg; while (GetMessage (&msg, NULL, 0 ,0)) { IsDialogMessage (hwndDialog, &msg); }
b) Model dialog box
c) Modelless dialog box
d) any dialog
i guess answer is c)..pls correct me if am wrong