StatusDlg.Show

StatusDlg.Show ( 

number  Icon = 0,

boolean Cancelled = false )

Description

Displays the built-in status dialog.

Parameters

Icon

(number) The icon to display on the dialog:

CONSTANT

VALUE

DESCRIPTION

MB_ICONNONE

0

None. (Default)

MB_ICONSTOP

16

Stop.

MB_ICONQUESTION

32

Question.

MB_ICONEXCLAMATION

48

Exclamation.

MB_ICONINFORMATION

64

Information.

Cancelled

(boolean) Whether the cancel button has been pressed:

VALUE

DESCRIPTION

true

The cancel button has been pressed.

false

The cancel button has not been pressed. (Default)

Returns

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

See also:  Related Actions