Adding other controls to Windows toolbar?

  • Thread starter Thread starter VM
  • Start date Start date
V

VM

Is it possible to add other controls (textboxes, buttons, etc...) into a
Windows toolbar?

Thanks.
 
You mean the Windows.Forms tool bar? Yes, you can. Simply drag and drop the
combobox or textbox into the toolbar control, during the design mode.

If you meant windows taskbar, its still Yes. You can add combo boxes etc to
taskbar by adding a toolbar to it., through api's.

Shak.
 
Thanks.
I'm still trying to create the ReBar Designer from my other question.
 

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

Similar Threads

Toolbar and Windows Forms 1
Create an Ax file in a dll? 1
Advanced UserControl Question 2
IPad remote 10
about user control 3
Cell Toolbar Dilemma xl2013 13
Creating a Toolbar 4
adding icons to controls 2

Back
Top