Dockable window
C#
3
Posts
3
Posters
12
Views
1
Watching
-
I've been trying to figure that out myself. I found this article http://codeproject.com/csharp/dockingcontrol.asp which demonstrates a docking control, not a standalone window though.
-
www.icsharpcode.net has released the code for their C# editor which has that functionality. It is however built around te .Net SDK and even though they ported a version to VS.Net, it is still in same coding style as that of the SDK (no visual forms all code) It does implement the same docking and tabs look and feel as that of .Net... hopefully someone can extract that functionality and make a standalone sample out of it. It is too advanced for me right now. fadi