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.
 
Back
Top