Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ACTIVATE WINDOW
Message
De
11/05/2001 16:42:10
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00506381
Message ID:
00506431
Vues:
15
>Steve,
>
>You mean, of course, when debugging within the design environment, right?
>
>If so, it's the same process you'd use when hiding the standard toolbar. Namely, something like
IF WEXIST("PROJECT MANAGER")
>  HIDE WINDOW "PROJECT MANAGER"
>ENDIF
When exiting
IF WEXIST("PROJECT MANAGER")
>  SHOW WINDOW "PROJECT MANAGER"
>ENDIF
My Is_Run() doesn't check child windows. However, the _VFP system variable can tell you how many projects are open and give you a reference to the current project via the ActiveProject Object.
>


There!
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform