Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - nmsgbox() generic messagebox quick access http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 nMsgBox()              Generic MessageBox quick access
--------------------------------------------------------------------------------

   Syntax:              nMsgBox( <cMsg> [,<cTitle>] [,<nStyle>] )  --> <nResult>

   Parameters:

   <cMsg>               The message to display

   <cTitle>             The title to display. By default, "Alert"

   <nStyle>             The style of the MessageBox. See MessageBox()
                        for the possible values

   Returns:

   <nResult>            The numeric result value. See MessageBox
                        for all the possible values

   Observations:        This function just simplifies the use of the
                        standard MessageBox function, though FiveWin
                        offers all the Msg...() functions that simplifies
                        much more its management.

   Sample:              SAMPLES\\TestMsg.prg

   Source code:         SOURCE\\WINAPI\\MsgBox.c

   See also:            MsgInfo() MsgAlert() MsgStop() MsgBeep()
                        MsgYesNo() MsgRetryCancel() MsgMeter() MsgGet()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson