Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HIDEN THE COMMAND WINDOWS
Message
 
To
29/06/1998 10:44:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00112486
Message ID:
00112561
Views:
14
Try the following:

*-- Save the current menu.
push menu _msysmenu
*-- Do your custom menu.
do Menu1.mpr
*-- Event processing.
read events
*-- Restore the previous menu.
pop menu _msysmenu

Make sure that the "Exit system" menu command has Clear Events in it.

-Michael M. Emmons

>i had write a programm as below
>
>
>***main.prg
>
>close all
>
>do menu1.mpr
>
>***end of main.prg
>
>i can see my MENU1 is appear on top of the screen and work in fine.
>But our "COMMAND WINDOW" appear on screen also.
>
>How can i hiden the "COMMAND WINDOW", and how to call it out after i select "Exit system" from my MENU1.
Previous
Reply
Map
View

Click here to load this message in the networking platform