See my article:
HOWTO: Understanding toolwindow states in Visual Studio
http://www.mztools.com/resources_vsnet_addins.htm

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hello, I'm trying to dock my addin tool window within the "main ide
> window" (ie where code or designer documents normally live in tabs) but
[quoted text clipped - 16 lines]
>
> (Visual Studio 2005)
Jimatinsyst - 30 Oct 2006 18:27 GMT
Thanks! I never would have guessed that setting
IsFloating = false and Linkable = false
would achieve that, but they do.