Show/hide mouse pointer.

  • Thread starter Thread starter Nick Z.
  • Start date Start date
N

Nick Z.

I tried Cursor.Hide(), but this only hides the cursor above my form.
How do I hide the cursor system wide?

Thanks,
Nick Z.
 
Nick said:
I tried Cursor.Hide(), but this only hides the cursor above my form.
How do I hide the cursor system wide?

I certainly hope that's not possible. I also believe that's not possible.
 
Well I wasn't planning on using it in a destructive manner, quite the
opposite. I wanted to make the mouse snap from button to button
depending on whether the user moves the mouse up or down. So I wanted to
hide the actual mouse and then draw the cursor in the appropriate place.
Of course there are several reasons why this wont work.

In any case I used Cursor.Clip property to achieve the effect.

Nick Z.
 
Back
Top