Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WDialog:DefaultMessage() Method
Provide default message handling for a dialog
------------------------------------------------------------------------------

Syntax
<oWnd>:DefaultMessage( <nMsg>, <nwParam>, <nlParam> )   -->   nRet

Arguments
<nMsg> is the message to be handled (one of the WM_* values
defined in WINDOWS.CH).

<nwParam> is an integer whose value depends on <nMsg>.

<nlParam> is an integer whose value depends on <nMsg>.

Returns
An integer, which should be returned to the caller.

Description
This method provides the default message handling for a
message, by returning  zero (0).  This method is used by the
Application Classes, and is not usually called directly by
your code.

Example


See Also: WDialog:HandleMessage()

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