Tagged Questions
3
votes
6answers
365 views
Why do modal dialogs that are opened through a menu item's click event process all window messages?
So for the past day or so I have been fixing a bug that is caused by a modal dialog. I work on an application which communicates with the server through the Windows message pump. When I use ...