How to change the cursor icon

  • Thread starter Thread starter Tor Inge Rislaa
  • Start date Start date
T

Tor Inge Rislaa

How to change the cursor icon

I want to change the cursor icon from arrow to finger when the cursor move
over a button, and back to the arrow when the cursor leave the button. (as
with Hyperlink on the WEB) Any suggestion?

T.I.Rislaa
 
Tor Inge Rislaa said:
How to change the cursor icon

I want to change the cursor icon from arrow to finger when the cursor
move over a button, and back to the arrow when the cursor leave the
button. (as with Hyperlink on the WEB) Any suggestion?

Set the Button's Cursor property : Button1.Cursor = Cursors.Hand
 
Back
Top