Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HIDEN THE COMMAND WINDOWS
Message
 
À
29/06/1998 10:44:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00112486
Message ID:
00112561
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform