How do I create a dockable windows form within an MDI
parent?

The behavior is similar to the IDE interface, with mdi
child windows in the center and property windows docked
to the right. I want to create a property window that is
either floating or docked to one side of the MDI parent.

Re: How to do dockable form in MDI? by Herfried

Herfried
Sun Jul 13 11:35:39 CDT 2003

Hello,

"Hal Hayes" <hal.hayes@acritech.com> schrieb:
> How do I create a dockable windows form within an MDI
> parent?
>
> The behavior is similar to the IDE interface, with mdi

http://www.dotnetmagic.com

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet



RE: How to do dockable form in MDI? by lionshi

lionshi
Mon Jul 14 02:45:00 CDT 2003

Hello Hal,

You may get some samples about dockable windows from following links:

http://www.codetools.com/cs/miscctrl/MagicDocking.asp

http://www.actiprosoftware.com/Products/DotNet/DockableWindow/Default.aspx

http://www.syncfusion.com/products/tools/features/tools_feat_56.asp

I hope this information is helpful for you.

Best regards,

Best regards,

Lion Shi [MSFT]
MCSE, MCSD
Microsoft Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. 2003 Microsoft Corporation. All rights
reserved.
--------------------
> Content-Class: urn:content-classes:message
> From: "Hal Hayes" <hal.hayes@acritech.com>
> Sender: "Hal Hayes" <hal.hayes@acritech.com>
> Subject: How to do dockable form in MDI?
> Date: Sun, 13 Jul 2003 09:08:31 -0700
> Lines: 7
> Message-ID: <009301c34959$01342f20$a101280a@phx.gbl>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
> Thread-Index: AcNJWQE0J24jkKhRSv+4Xy/45UJ6Bw==
> Newsgroups: microsoft.public.dotnet.framework.windowsforms
> Path: cpmsftngxa06.phx.gbl
> Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.windowsforms:48230
> NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
> X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
>
> How do I create a dockable windows form within an MDI
> parent?
>
> The behavior is similar to the IDE interface, with mdi
> child windows in the center and property windows docked
> to the right. I want to create a property window that is
> either floating or docked to one side of the MDI parent.
>