DECLARE SUB DQBsetMouseShape (hotX AS INTEGER, hotY AS INTEGER, Shape AS
STRING)
hotX - New cursor x hotspot coordinate
hotY - New cursor y hotspot coordinate
Shape - New cursor shape data string
none
Sets the new cursor shape to specified one. There's no need to hide the mouse before calling this function, and then to show it again after the operation, as this is automatically done for you by this function. See appendix C for details on the mouse cursor shape data format.
Call DQBresetMouse to restore the default mouse cursor shape. This will also reset the mouse range box to (0,0)-(319,199), so be warned.