newbie looking for specific information

I am looking for the type of control/service that the IDE uses as the toolbox. I like the constomizing features of allowing the end user to dock, auto-hide, select as a tabbed document, or leave it locked in possition.

doing some searching on the web has pointed to the itoolbox service and I was interested if this is the control I am looking for and is there a way to work on the design of the toolbox inside the design view instead of code view

thank you in advance for your time.



Answer this question

newbie looking for specific information

  • Cezary

    The controls used by the IDE are custom controls, they are not available in the framework.  You need to find custom controls or write your own to get the behaviours you see in all but the most simple controls.

     I should add that the IDE is plainly not written in VB.NET or C#, it's written in C++.  C++ also does not have  these controls, they have been custom written.

     



  • MShah

    After some more looking I did find an open source project on sourceforge that allows the look/feel of the visual studio IDE - http://sourceforge.net/project/showfiles.php group_id=110642
    its written in C# but there is plenty of documentation that alows for ease of use within VB or C#


  • Ben Vanik

    Ok thank you very much for the information - I have heard so many weird things when trying to find the answers at least I have the correct information.

    have a good one


  • newbie looking for specific information