Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Figuring out What PRG Editor windows are open.
Message
De
07/06/2002 15:14:38
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00666058
Message ID:
00666141
Vues:
14
Actually, you CAN capture ActivateWindow, DeactivateWindow, ShowWindow, and HideWindow events. But they're only exposed through the Visual FoxPro API, which means writing C code, and a significant learning curve.

If you're curious, check the help file under:
Reference -> Language Reference -> API Library Construction

For the events you can trap, look at
MODI COMM HOME() + "Samples\api\pro_ext.h"
and search for EventRec.what
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform