Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters TIMEOUT from MESSAGEBOX function!!!
Message
From
15/11/2001 15:26:33
Martin Thibault
Minière Québec Cartier
Port-Cartier, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Parameters TIMEOUT from MESSAGEBOX function!!!
Miscellaneous
Thread ID:
00582338
Message ID:
00582338
Views:
62
MSDN told this!!!

Displays a user-defined dialog box.

MESSAGEBOX(eMessageText [, cTitleBarText][, nDialogBoxType ][, nTimeout])

nTimeout
Specifies the number of milliseconds Visual FoxPro displays cMessageText without input from the keyboard or the mouse before clearing cMessageText. Any valid timeout can be specified. A value of less than 1 will never timeout until user input (same as without the nTimeout parameter). When a timeout occurs, MESSAGEBOX( ) returns –1.


when i tried to use parameter timeout,
sample : MESSAGEBOX("HELLO",36,"MyTitle",10)

i got the following error message:
too many arguments

i use VFP 6.0

thanks for any helps!!!
Martin
Next
Reply
Map
View

Click here to load this message in the networking platform