WinXSetCursor (hWnd, hCursor)
Sets the cursor for a window
Parameter | Description |
---|---|
hWnd | The handle to the window to set the cursor for |
hCursor | The handle to the cursor to use for the window |
$$TRUE on success or $$FALSE on fail
' Set the window cursor the the I beam WinXSetCursor (#hMain, LoadCursorA (0, $$IDC_IBEAM)) |
WinXNewWindow
WinXNewChildWindow
WinXSetWindowColour
WinXSetFont