toolbox alike control?

  • Thread starter Thread starter 2G
  • Start date Start date
2

2G

Hi,

I was wondering if there was a control like the toolbox in .net. I can't
seem the find one.

Thanks.
 
There is a toolbar tool in the IEWebControls library. It is not officially
supported by microsoft, but you might find it useful.

http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1

install this and if you are using VisualStudio.NET right click on the
current toolbox and click add/remove items. browse to c:\program files\IE
Web controls\Build and add the Microsoft.Web.UI.Controls.dll. This will
give you the web versions of the treeview, tabstrip, multipage, and Toolbar
objects.

Hope this helps let me know if you have any questions.
 

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