Combo Box on Toolbar

  • Thread starter Thread starter Massimo
  • Start date Start date
M

Massimo

How can I add a ComboBox control on a Toolbar in VC++ .NET (WinForms)
without MFC?
 
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).
 
Yes, I do but is there no way to add a control to a toolbar instead of
simulate?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top