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
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.