[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
nMsgBox( cMsg, cTitle, nStyle )-> <nResult>
------------------------------------------------------------------------------
PARAMETER:
<cnText> Is the message to be displayed. This can be a string or
a numeric value.
<cTitle> Is the title of the dialog box to be displayed. The
default title is "Alert"
<nStyle> Specifies the contents and behavior of the DialogBox. This
parameter can be a combination of values, please press
Related Topics: and select MessageBox for detailed
informations about the available style constants
RETURNS:
<nResult> is the numeric result value, see MessageBox for a list of
all possible values
DESCRIPTION:
nMsgBox() just simplifies the use of the standard message box function,
EXAMPLE:
+--------------------------------------------------------------+
| /* Some message boxes */ |
| nMsgBox( 1 ) |
| nMsgBox( 1.01001 ) |
| nMsgBox( date() ) |
| nMsgBox( "Self destruction sequence started" ) |
+--------------------------------------------------------------+
SOURCE:
SOURCE\WINAPI\MSGBOX.C
See Also:
MessageBox
MsgAlert
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson