CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2013
    Posts
    1

    How to make dockable and floating menus in the window?

    Hi there, how can I add floating and dockable menus like the one VS has?

    I've tried SplitContainer, but it can't really be dragged accross the window. ToolStripContainer only works for MenuStrip, ToolStrip and StatusStrip, none of which being able to contain the controls I need, like say, ComboBox, RadioButton, CheckBox. And none of the other containers (GroupBox, Panel, etc.) can be dragged at all.
    So how can I add such menus? Thanks in advance.

  2. #2
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    39

    Re: How to make dockable and floating menus in the window?

    Perhaps you're talking about MDI child controls?

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width