CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
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
    52

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

    Perhaps you're talking about MDI child controls?

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured