Are modal dialog box messages sent directly to the dialog box's window function or are they first sent to the message queue in WinMain like other messages and then dispatched back to windows and then sent to the dialog box's window function ?
↧
Are modal dialog box messages sent directly to the dialog box's window function or are they first sent to the message queue in WinMain like other messages and then dispatched back to windows and then sent to the dialog box's window function ?