Problem with CPropertySheet as child of CDialog
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a CPropertySheet derived class that's a child of a CDialog derived class (main app window.) When a control on the property sheet has focus and I take an action that changes the active window, things get very strange. It looks like an endless loop of WM_GETDLGCODE messages are being generated and processed, so everything locks up. Anybody have any ideas what causes this or how to fix it? Thanks.