Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A Global Messagebox....
Message
From
12/02/2002 07:53:11
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00618742
Message ID:
00618762
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform