MsgBox Method (Dialog Object)Displays a simple dialog box containing a message, one or more push buttons, and an optional icon. Note: The ProgressDialog object also possesses a MsgBox function. return_value = object.MsgBox text,
caption, flags Arguments
Remarks To use this MsgBox method, you must already have created a dialog object, and you must use the dialog object to invoke MsgBox. Example |