Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A Global Messagebox....
Message
 
To
12/02/2002 06:57:50
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00618742
Message ID:
00618748
Views:
10
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??
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform