ATL composite control hangs in MFC

G

Guest

I have an ATL composite control which I drop into a tab control dialog page
of an MFC application. When I click on the composite control and then click
anywhere outside the MFC application, the application immediately hangs!
Spy++ indicates that the application is hanging on the WM_GETDLGCODE message.

This problem does not happen if the ATL control is a standard (that is,
non-composite) control, neither does it happen if the composite control is
dropped on a non-tab control page in the MFC application.

I have read KB92905 and KB149501 but these do not specifically address this
issue.

Please help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top