CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    2

    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

  2. #2
    Join Date
    Jul 2003
    Posts
    147

    Re: CPropertySheet tab key not working

    Could this be the problem?

    http://support.microsoft.com/kb/q187988/

    Good Luck!
    "Live only for tomorrow, and you will have a lot of empty yesterdays today."

  3. #3
    Join Date
    Nov 2005
    Posts
    2

    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured