Mouse Icon

  • Thread starter Thread starter Sender
  • Start date Start date
S

Sender

I have placed two Buttons on a form. I want that when user
place the mouse pointer on Button1 then the mouer-pointer
icon should be different than when he place the mouser
pointer on Button2. In simple words, how do we change the
mouse-pointer icons?

Thanks in advance!
 
Hi Sender,
I thought that you did mean this
In the load event from the page
Me.Button1.Cursor = Cursors.Hand
Me.button2.cursor = Cursors.Arrow ?
Cor
 
Back
Top