Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I create a Window menu that shows a list of open child forms?

Create a "Window" menu in your MDI parent form's menu and then drop another MenuItem into it, setting its MdiList property to true. It will then expand to show all the available MDI children during runtime.

Contributed from George Shepherd's Windows Forms FAQ



Page view counter