Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Creating Window Menu..
 

Creating Window Menu..

Hello,

I am using VS 2003 and have an application written in C#. Is there any simple way to keep track of all child forms that are being opened? I am just setting up a Window menu in my MDI form where I can bring myform active if there are more than one forms opened.

Sathish Alagirisamy  Monday, August 13, 2007 10:51 PM

I think if you select the menu item you want the windows to be listed on, then setthat menu item's"MdiList" property to "True" it will manage it manage that list for you (including making the one you select the active window).

ARK88  Tuesday, August 14, 2007 3:03 AM

I think if you select the menu item you want the windows to be listed on, then setthat menu item's"MdiList" property to "True" it will manage it manage that list for you (including making the one you select the active window).

ARK88  Tuesday, August 14, 2007 3:03 AM

It works. Thanks a lot.
Sathish Alagirisamy  Tuesday, August 14, 2007 2:56 PM

You can use google to search for other answers

Custom Search

More Threads

• How to set a font for ToolTip
• constrict properties at runtime
• Convert LINQ resultset to Datatable in C#
• Vs.net tab loog and feel for winforms tab page object
• Drag 'n drop docking of controls
• BUG - Controls disapear
• IDesignerHost CreateComponent Method
• Disable Move feature in design surface
• master Detail relation in datagrid
• CustomControl with SplitContainer crashes VS2008 designer