Hi,
We are using VS 2005 for development. This winform application. In VS2003 the menu control esposed a property to MDIList to list out the child form opened.
But I could not find the property in the MenuStrip control provided in VS2005. How to achieve the functionality in VS 2005.
Regards
Nandagopal.P.K.S

MDI List Property in Menu Strip in VS 2005
beefeater
Thank you...
Its working fine.
Nandagopal
Mauro_Net
Hi,
Took me a while to find this one ;-)
Click on the main MenuStrip under properties you will find MdiWindowListItem you should be able to set it there.
HTHs,
James