Any free libs or tips on how to dock a tool window form in a MIDI app?

  • Thread starter Thread starter Scott Adams
  • Start date Start date
S

Scott Adams

I am attempting to making a app that has similar dockable toolwindows
as VS.Net. Are there any free libs or tips on how to do this?
 
Hi Scott,

Thank you for posting in the community!

Based on my understanding, you want to implement a dockable window in C#
for MDI forms.

=========================================
There is a DockManager control which is provided as free software with
source code provided.

For more information, please refer to:
http://www.codeproject.com/cs/miscctrl/DockManager.asp?target=dockable|win
dow

Hope it may help you.

=======================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

This response contains a reference to a third-party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft autions you to make sure that
you completely understand the risk before retrieving any software from the
Internet.
 
Hi Scott,

Thanks very much for your feedback.

If you have any further concern, please feel free to post, we will help you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top