Cursor change to finger???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a picture of a calendar that has code so when the user clicks it a
calendar will pop up. How can I get the cursor to change to a finger or
something like that to show that it is something to click on?
 
Todd said:
I have a picture of a calendar that has code so when the user clicks
it a calendar will pop up. How can I get the cursor to change to a
finger or something like that to show that it is something to click
on?

Does this link give you enough information?

http://www.mvps.org/access/api/api0044.htm
API: Displaying a custom Mouse icon

With that code in a standard module, you would use the MouseMove event
of that picture to call MouseCursor(IDC_HAND) .
 
Back
Top