|
-
March 29th, 1999, 09:53 AM
#1
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
-
April 5th, 1999, 12:59 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|