alert

Method of IApplication

Description

Displays a message in a simple dialog box with the OK button

Parameters

Syntax

JavaScript

Application.alert(strMessage);

Visual Basic Script

Application.alert strMessage

C++

HRESULT hr = Application.alert(strMessage);

See Also

IApplication