Can someone dumb the paramaters of this down for me please?

Jul 26, 2013 at 2:29pm
Jul 26, 2013 at 2:39pm
It was on the page.

A handle to the cursor. The cursor must have been created by the CreateCursor function or loaded by the LoadCursor or LoadImage function. If this parameter is NULL, the cursor is removed from the screen.

Basically you need to put a handle to a cursor. You need to have a cursor created to
get the handle, if you do not put anything as the parameters then your cursor will not appear.
Jul 26, 2013 at 2:46pm
Thanks;
Topic archived. No new replies allowed.