Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows 7, VFP Messagebox windows does not open automati
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01576138
Message ID:
01576145
Vues:
87
>Hello All:
>
>Maybe somebody has already found the solution to this problem. I have an old VFP 9 application that was install in windows 7 and the Messagebox windows is not displaying in the front of all form as does in previous version of windows. Anybody has a work around of this.
>
>TIA


If your messagebox is a form, try this:
* Put this in the form's Init
DECLARE INTEGER SetForegroundWindow ;
					IN WIN32API ;
					INTEGER hwnd

SetForegroundWindow(thisForm.hwnd)
CLEAR DLLS "SetForegroundWindow" 
If it's the default MESSAGEBOX() I'm not sure how to do it. I also haven't seen that behavior in Win7 64bit.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform