CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    42

    Current child forms in toolbar..or something

    I am looking for a control for my application, which is a MDI application, where a bar on the main mdi form would be at the top. Whenever a new child form is opened, the bar will have the name of the child form and you can cycle through them like a tab control. What would something like this be called? or if you no of any already made.

  2. #2
    Join Date
    Nov 2010
    Posts
    34

    Re: Current child forms in toolbar..or something

    just use dynamic calls to a tab control

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