Code:
%MB_TASKMODAL Task Modal - All top-level windows belonging to the current application are disabled until the MSGBOX is dismissed. %MB_TASKMODAL is commonly used to display a truly modal MSGBOX
I had assumed, wrongly I found out, that if the MSGBOX was used in a CALLBACK function, that the CALLBACK function would cease all activity until the MSGBOX was dismissed.
%WM_TIMER keeps on tickin, for one.
Is it only the Windows Messages for user interaction with the window that are disabled?
Comment