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 - msgnoyes() messagebox yesno style with default no . http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgNoYes()             MessageBox YesNo style with default No               .
--------------------------------------------------------------------------------

   Syntax:              MsgNoYes( <cMsg>, <cTitle> )  --> <lYesNo>

   Parameters:

   <cMsg>               The message to display

   <cTitle>             The title of the dialogbox.
                        By default "Please, select"

   Returns:

   <lYesNo>             A logical value .t. if the user choosed "Yes".

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

   Sample:              SAMPLES\\TestMsg.prg

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

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


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