Dockable window add-in example?

I have an idea for an add-in that would work best as a dockable window in the IDE.  Are there any examples of this that I could look over before beginning this little quest


Answer this question

Dockable window add-in example?

  • circusfire

    We are looking at posting our samples for VS 2005 within the next few weeks, which includes samples creating a tool window using VC, VB, C#, or J#.

    To get you started, if you are using a .NET programming language, then you can create a .NET User Control, then call the CreateToolWindow2 method which you can pass the location of the assembly and the class name implementing that user control, and we will create a tool window containing that control.

    Craig

  • Dockable window add-in example?