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]

WToolbarTip:RegisterClass() Method
Register a window class, if needed
------------------------------------------------------------------------------

Syntax
<oWnd>:RegisterClass( [ <hInst> ] , [ <hIcon> ] , [ <hCursor> ] )
        -->   self

Arguments
<hInst> is the handle of the instance of the application.  (It defaults
to the value returned by the _GetInstance() function.)

<hIcon> is a handle to the icon to use if a window of the class is
minimised.   (Use NIL for the default.)

<hCursor> is a handle to the cursor to use whenever the mouse position
is within the client area of a window of the new class.  (Use NIL for
the default.)

Returns
SELF.

Description
This method is called automatically by the Application Classes; usually
you do not call it directly.  It creates a yellow brush and calls
super:RegisterClass().

Example


See Also: RegisterClass()

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