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

    Taborder for dynamic created controls



    In our application we have a CWnd derived control which contains itself a bunch of other controls, like pushbuttons, editcontrols.....


    We have a MDI-application with a FormView and during InitialUpdate we create the CWnd derived control and now we have the problem, that the taborder doesn't work at all. We tried WS_EX_CONTROLPARENT and a few other things, like setting the z-order of the childwnds, but nothing really helps.


    Any ideas


    Mike

  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: Taborder for dynamic created controls

    Tab order is equivalent to create order. Try to create controls in the order that you want to be the tab order.


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