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 - <b>msglogo()</b> shows a floating logo, typically used at start http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgLogo()              Shows a floating logo, typically used at start
--------------------------------------------------------------------------------

   Syntax:              MsgLogo( <cLogoFile>, [<nSeconds>] ) --> nil

   Parameters:

   <cLogoFile>          The name of a .BMP bitmap file or the name
                        of a bitmap stored in resources.

                        FiveWin will check for the existence of the <cLogoFile>
                        as a .BMP file, and if it does not exist then it will
                        look for it inside the resources.

   <nSeconds>           An optional numeric value, indicating how many
                        seconds the logo has to be shown. By default it waits
                        for four seconds.

   Returns:             nil

   Observations:        This function let you show an initial application
                        logo as many Microsoft and Borland products do.

   Sample:              IDE\\Ide.exe

   Source code:         SOURCE\\FUNCTION\\MsgLogo.prg

   See also:            Msg...() functions


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