Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to bring forward a Windows Application
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01232605
Message ID:
01232641
Vues:
19
I use the following API declarations
*** Set UP API Calls
Declare Integer FindWindow IN Win32Api AS FindApp String, String
Declare BringWindowToTop IN Win32APi AS MakeTop Integer
Declare ShowWindow IN Win32Api AS ShowWin Integer, Integer

Then, since you have found the window/handle ;
*** So make it uppermost and maximize it (ShowWin => 3)
MakeTop( lnHWND )
ShowWin( lnHWND, 3 )
Thanks to Andy Krameck for his OnceOnly.prg

Al
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform