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