Hello,

I would like to have a list of mdi children in a submenu of mdiparent.
the list should be refreshed dynamically when mdi children are created and
destroyed. mdi child should be activated when the user clicks the menu item.

I have some results but I am not satisfied (deep problems with
MdiChildActivate).

Maybe there's an article or an example on how to do that?

Regards,
Wiktor

Re: list of mdi children in a submenu of mdiparent by Herfried

Herfried
Fri Jul 11 08:09:55 CDT 2003

Hello,

"Wiktor Zychla" <ieUser@microsoft.com.no.spam> schrieb:
> I would like to have a list of mdi children in a
> submenu of mdiparent.

Set a menu item's MdiList property to True.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet



Re: list of mdi children in a submenu of mdiparent by Wiktor

Wiktor
Fri Jul 11 09:43:47 CDT 2003

> "Wiktor Zychla" <ieUser@microsoft.com.no.spam> schrieb:
> > I would like to have a list of mdi children in a
> > submenu of mdiparent.
>
> Set a menu item's MdiList property to True.

thanks a lot! I would never expect that to be so simple...