Hi,

I've been battling with a problem that's driving me bonkers. I have a modular MDI app (main class is derived from CMDIFrameWnd) that loads different modules in dlls.

One of the modules implements its GUI in a CPropertySheet derived class. It displays correctly, but the tab key to go from one control to another doesn't work. I tried many things I found looking around the web, to no avail.

Does anyone have ideas as to why the CPropertySheet doesn't tab?

Thanks