How to do dockable form in MDI?

H

Hal Hayes

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.
 
L

Lion Shi

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.
--------------------
 

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