Hi all,

The main window of My_apps is a top-level form, and other 'child' windows
are 'In-top-level'.
Problem: I want to add an ability to list all open window in my_apps in a
menu. Just like the one we have when we click on Window in VFP IDE.
Can anybody show me the how-to?

TIA,
Willianto

Re: How to list all open Window in a menu? by Stefan

Stefan
Mon Sep 15 02:16:25 CDT 2003

Hi Willianto -

You can use the _msm_windo pad. Try creating a new menu,
then choose "Quick Menu" from the Vfp "menu" menu <s>


hth
-Stefan

"Willianto" <willianto@remove-me.telkom-and-me.net> schrieb im Newsbeitrag
news:eFbeXA1eDHA.2984@TK2MSFTNGP11.phx.gbl...
> Hi all,
>
> The main window of My_apps is a top-level form, and other 'child' windows
> are 'In-top-level'.
> Problem: I want to add an ability to list all open window in my_apps in a
> menu. Just like the one we have when we click on Window in VFP IDE.
> Can anybody show me the how-to?
>
> TIA,
> Willianto
>
>


Re: How to list all open Window in a menu? by Willianto

Willianto
Wed Sep 17 01:21:07 CDT 2003

Hi Stefan,

How are you? Long time no see :-)
>
> You can use the _msm_windo pad. Try creating a new menu,
> then choose "Quick Menu" from the Vfp "menu" menu <s>

Thanks. I tried Quick Menu and start building my menu from there. I don't
understand how it works, but it works.

Thanks again!

Regards,
Willianto