Dialog.TimedMessage

Dialog.TimedMessage ( 

string Title,

string Text,

number Time,

number Icon = MB_ICONINFORMATION )

Description

Presents a timed dialog to the user with an informative message on it.

Parameters

Title

(string) The text to be displayed on the title bar of the dialog.

Text

(string) The text to be displayed on the dialog.

Time

(number) The amount of time to make the dialog visible, in milliseconds.

Icon

(number) The icon to display on the dialog:

CONSTANT

VALUE

DESCRIPTION

MB_ICONNONE

0

None.

MB_ICONSTOP

16

Stop.

MB_ICONQUESTION

32

Question.

MB_ICONEXCLAMATION

48

Exclamation.

MB_ICONINFORMATION

64

Information. (Default)

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions