MdiList property in VS 2005 ??

C

Chris Peeters

hi,

in VS 2003 one used the MdiList-property of a menuitem to display the
Active Mdi-child windows in the menuitem.

But I can't find it nowhere in VS2005.

what is the equivalent for that in VS2005 ?

thank you
Chris
 
R

RobinS

From the parent, you can look through the child forms like this:

For Each childForm as From in Me.MdiChildren
'do something
Next

Does that help?
Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top