[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MsgAbout( cMsg, cTitle )-> nil
------------------------------------------------------------------------------
PARAMETER:
<cMsg> Is the message string to display on the about dialogbox.
<cTitle> The title of the dialogbox, the default title is "About"
DESCRIPTION:
This function calls the undocumented WinApi function ShellAbout(), which
is used by Windows in standard applications when you select the 'ABOUT'
menu item. It is very useful as it also shows the amount of memory and
resources available.
The standard dialogbox shows an icon, which defaults to the windows logo.
To display you Icon, just define it with the resource identifier 1 ...
For a sample, please see SAMPLES\TestMsg.prg
SOURCE:
SOURCE\WINAPI\MSGBOX.C ABOUT.C
See Also:
MsgInfo
MsgYesNo
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson