Results 1 to 2 of 2

Thread: how to display opened forms in windows tool bar menu?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    208

    Question how to display opened forms in windows tool bar menu?

    I am developing a project using C# and SQL server. it is windows application.
    In my project there so many buttons. and at the top of my parent project i have horizontal menu. i have a menu strip that is window.
    i want to show all forms that i have opened will be listed under the name "window". just veritically listed.
    just like a windows in the VS 2008, it has window... then the latest you opened any form.. it appears under it.
    hope you understand me.. with my poor english. thanks any solutions?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: how to display opened forms in windows tool bar menu?

    Are we talking about an MDI application because, if so, that functionality is already built into the MenuStrip? In that case, just assign your Window menu item to the MenuStrip's MdiWindowListItem property.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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