Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know user switching away from VFP app
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01420450
Message ID:
01420451
Vues:
180
This message has been marked as the solution to the initial question of the thread.
Ben,

Look for Binding to Windows Message events -> Application Activation in VFP9 Solution samples.
BINDEVENT(_VFP.hWnd, WM_ACTIVATE, THIS, "handlewinmsg" )
>When I switch to other applications from my VFP application, I want to do something in the VFP application. I believe BindEvent() can let VFP know the user is switching away. Which Windows message should I bind to?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform