How do you go about putting a control into another.... like putting a text box in a menu... or a combo box on a toolbar???
Printable View
How do you go about putting a control into another.... like putting a text box in a menu... or a combo box on a toolbar???
I don't think you can do it using the standard resource editor, but you can probably do it using SetParent.
Code:SetParent(hComboBox, hToolBar);