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

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


   Parameters:

   <cMsg>               The message to display on the about dialogbox.

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

   Returns:             nil

   Observations:        This function automatically calls the undocumented
                        WinApi function ShellAbout(), which it is the one
                        used by Windows in all standard applications when
                        you select about.

                        The standard dialogbox shows an icon, by default
                        it is a windows logo. To provide your icon to
                        MsgAbout() you should define an icon with the
                        number 1 as identifier:

                        MyApp.rc

                        1 ICON "MyApp.ico"

                        and then:

                        rc -K MyApp.rc MyApp.exe

   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