If some processing in CMFCPropertySheet throws an exception, how to close the app from the catch block?
PropSheet has one button, Cancel, and OnCommand handler.
If some processing in CMFCPropertySheet throws an exception, how to close the app from the catch block?
PropSheet has one button, Cancel, and OnCommand handler.
I tried, it does not work, i closes OnInitDialog and ores next default Property Page.
What works is SendMessage or PostMessage WM_CLOSE.
7 people are following this question.