Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone!

I have a question regarding tool boxes in C#. I'm trying to build an image processing program like photoshop or paint. So in these programs you can add tool boxes and remove them. For example in paint, you can choose to add/remove the tool box or color box. So I was wondering, is it possible to add such a functionality to C#? as in give the user the choice to add or remove a specific tool box?

Thanks in advance :D
Posted

Depending on the application the toolbox can either be a dockable window or a toolbar, either of which can be made visible or hidden, just like any other window.
 
Share this answer
 
Comments
fjdiewornncalwe 23-Aug-11 10:02am    
Exactly. +5.
walterhevedeich 23-Aug-11 21:56pm    
My 5 too.
AmeeR-89 4-Sep-11 15:41pm    
Thank you for replying :D:D
To add to mark's answer :
Check out
1. Visual Studio IDE like Dock Container[^]
2. Visual Studio IDE like Dock Container - Second Version[^]

Hope this helps.
All the best.
 
Share this answer
 
Comments
walterhevedeich 23-Aug-11 21:57pm    
5 for the articles.
AmeeR-89 4-Sep-11 15:40pm    
Thank you so much :D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900