M Massimo Apr 27, 2005 #1 How can I add a ComboBox control on a Toolbar in VC++ .NET (WinForms) without MFC?
J javadkhan Apr 27, 2005 #2 Can you just simulate it instead? Say put a combobox inside a panel (same color as toolbar) right next to the toolbar (it may reside inside other panel).
Can you just simulate it instead? Say put a combobox inside a panel (same color as toolbar) right next to the toolbar (it may reside inside other panel).
M Massimo May 2, 2005 #3 Yes, I do but is there no way to add a control to a toolbar instead of simulate?