Friday, 22 July 2011

MsgBox Function:

MsgBox Function:

Displays a dialog box containing a message, buttons, and optional icon to the user. The Action taken by the user is returned by the function as an integer value.

Syntax: MsgBox(prompt, buttons, title, helpfile, context)

Arguments:
* Prompt: The text of the message to display in the message box dialog.
* Buttons: The sum of the Button, Icon, Default Button, and Modality constant values.
* Title: The title displayed in the Title-bar of the message box dialog.
* Helpfile: An expression specifying the name of the help file to provide help functionality for the dialog.
* Context: An expression specifying a context ID within helpfile.

No comments:

Post a Comment