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 - msgstop() messagebox stop style http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgStop()              MessageBox stop style
--------------------------------------------------------------------------------

   Syntax:              MsgStop( <cMsg> [,<cTitle>] )  --> nil


   Parameters:

   <cMsg>               The message to display

   <cTitle>             The title of the dialogbox.
                        By default "Stop"

   Returns:             nil

   Observations:        This function simplifies the management of the
                        standard WinApi function MessageBox() with the
                        proper style to show the standard Stop icon.

   Sample:              SAMPLES\\TestMsg.prg

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

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


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