Method of IApplication
Displays a message in a simple dialog box with the OK button
Application.alert(strMessage);
==== Visual Basic Script ====
Application.alert strMessage
==== C++ ====
HRESULT hr = Application.alert(strMessage);
===== See Also ===== IApplication