Tagged Questions
0
votes
1answer
608 views
How to call IsDialogMessage in a Modal Dialog
In my Win32 app, I had a modal dialog that displays settings that I had to add more settings to. In order to fit the new settings, I dropped a TabCtrl in the dialog and implemented two modeless ...