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