IE-like ToolBar

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

I want to add few TextBox to the ToolBar. Just like the Address bar of
Internet Explorer. What kind of control should I use? Also, is it dockable?
Thanks.
 
you can put a textbox into a panel control and use that. Panels have docking
capabilities ( i think).
 
windows forms has a handle you can use to hook into the forms status bar.
webforms has a toolbar control available on microsoft.com for the IE
webcontrols.
 
We have a suite of components that can do that and much more. In
addition to that if you need advanced user interface building blocks
then please check out our DotNetBar component at:

http://www.devcomponents.com

It can host any .NET control on toolbar or menu which is just a small
part of it's functionality. Feel free to contact our support with any
questions.

Best Regards,

Denis
DevComponents LLC
 
Back
Top