Making a csharp Addin for Visual Studio dockable

M

Markus

Hi all

How can I make an Addin written in csharp for Visual Studio dockable, so
that I can place this addin on the right side of the VS environment?
Similar like the "solution explorer", etc..

Any examples are welcome;-)

Thanks
Markus
 
J

Jay Dee

What you mean by an add-in.

Do you mean a Control that you have written or intend on write in
CSharp that is some kind of side bar.
 
M

Markus

Jay Dee said:
What you mean by an add-in.

Do you mean a Control that you have written or intend on write in
CSharp that is some kind of side bar.
yes, like a control (or a window) that I would like to write in csharp.

In VS you have a wizard to write an addin for the visual studio himself.
Inside this addin, I will create a window, which will open when I start the
addin.
Now this window will open as a popup window, but I would like to make it
dockable, so that this window will be beside my VS environment (and not like
a popup window)..

Markus
 
M

Markus

Yes, something like that...

A window with tabs (showing your example) and make it dockable.

Is it easy to do?
Then I can place the control anywhere in the VS environment?

Markus
 

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