put a textbox in the toolbar

  • Thread starter Thread starter guy
  • Start date Start date
G

guy

how do i put a textbox (or combobox) on the windows forms
toolbar so that the toolbar will be the container of the
textbox and resizing the toolbar will affect the
textbox's location accordingly??
 
The standard toolbar is not a container. I have done
this, but created my own toolbar with a picture box,
command buttons, and comboboxes, etc.

I suspect you must use either that method or possibly a
3rd party control toolbar. You could also write your own
control, but the standard windows toolbar is probably not
the answer. I could be wrong, but I'v never been able to
drop anything on the toolbar or nenubar.

Articles, general .NET info, books, add=ins, free code at
http://www.knowdotnet.com
 
Back
Top