Click to See Complete Forum and Search --> : Taborder for dynamic created controls


Mike Wild
March 29th, 1999, 08:53 AM
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

Alek
April 5th, 1999, 12:59 PM
Tab order is equivalent to create order. Try to create controls in the order that you want to be the tab order.