Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A Global Messagebox....
Message
De
12/02/2002 07:53:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00618742
Message ID:
00618762
Vues:
15
Or you could just add 4096 to the VFP messagebox
=Messagebox('Hello', 0 + 16 + 4096, 'System Modality')
And in VFP7 you can also use the timeout feature (which I use a lot now!)

>Hi!
>
>#define	MB_SYSTEMMODAL	0x1000
>Declare Integer MessageBox In Win32API As MsgBox Long hWnd, String @ lpText, String @ lpCaption, Integer uType
>MsgBox(0, "Hey... I'm done for now", "VFP Application", 48 + MB_SYSTEMMODAL)
>
>>I have a timer app which runs some processes every hour... if there is a result to those processes, I want to have a message box pop up over all other windows (like outlook does when you get new mail) that tells me "Hey... I'm done for now"... is there an example of this somewhere??
Will Jones
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform