How to write a C# app that has a Toolbox like the one in VS

D

Dan Tallent

I would like to have a toolbar down the left side of my application that
will very much like the Toolbox that you find in the Visual Studio IDE.
The toolbox in VS has a way to lock the pullout so that it does not retract.
It also groups things by category.

Can anyone point me in the right direction on how to duplicate this
extremely cool feature. Thanks

Dan Tallent
 
D

DeveloperX

I would like to have a toolbar down the left side of my application that
will very much like the Toolbox that you find in  the Visual Studio IDE.
The toolbox in VS has a way to lock the pullout so that it does not retract.
It also groups things by category.

Can anyone point me in the right direction on how to duplicate this
extremely cool feature.  Thanks

Dan Tallent

You could take a look here:
http://www.icsharpcode.net/OpenSource/SD/

It's a fully open source Visual Studio replacement with code and the
panels you want.
 
D

Dan Tallent

I would like to have a toolbar down the left side of my application that
will very much like the Toolbox that you find in the Visual Studio IDE.
The toolbox in VS has a way to lock the pullout so that it does not
retract.
It also groups things by category.

Can anyone point me in the right direction on how to duplicate this
extremely cool feature. Thanks

Dan Tallent

You could take a look here:
http://www.icsharpcode.net/OpenSource/SD/

It's a fully open source Visual Studio replacement with code and the
panels you want.


Thanks, I'll check it out!
 

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

Top