CPropertySheet tab key not working
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
Re: CPropertySheet tab key not working
Re: CPropertySheet tab key not working
I'd seen that article already, and implemented their solution, but it didn't work for me. It must be related in some way, because making the CPropertySheet modal solves the problem. So I think I'll just make it so.
Thanks!