I created an AddIn, which creates a Toolwindow. After installing the new
AddIn, the ToolWindow is undocked and I doch it manually. Afterwards, when I
start Visual Studio 2005 the ToolWindow is sometimes docked and sometimes
not. Does anybody know, where Visual Studio serialize the state of the
ToolWindow.? Any tips how to dock the ToolWindow programatically?
Felix
See:
HOWTO: Understanding toolwindow states in Visual Studio
INFO: Built-in toolwindows information storage location in Visual Studio
.NET.
at:
Resources about Visual Studio .NET 2002/2003 and Visual Studio 2005
extensibility
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
>I created an AddIn, which creates a Toolwindow. After installing the new
>AddIn, the ToolWindow is undocked and I doch it manually. Afterwards, when
[quoted text clipped - 3 lines]
>
> Felix
Felix - 06 Jul 2006 12:20 GMT
There is no entry with the GUID of my Toolwindow in the registry.Who creates
this entry? Is it automatically written by VisualStudio?
Felix
> See:
>
[quoted text clipped - 16 lines]
>>
>> Felix