Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to prevent run the Form twice?
Message
De
16/08/2013 10:18:49
 
 
À
16/08/2013 04:18:12
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01580450
Message ID:
01580625
Vues:
28
>How can I bring the second form on to the top ?

Use the following after calling the form:
apiBringWindowToTop(thisform.HWnd)
In the load event of the form add the following:
DECLARE INTEGER BringWindowToTop IN Win32API AS apiBringWindowToTop INTEGER thWnd
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform