Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A Global Messagebox....
Message
 
À
12/02/2002 06:57:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00618742
Message ID:
00618748
Vues:
11
This message has been marked as the solution to the initial question of the thread.
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??
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform