change the mouse arrow image to a hand

G

Guest

Is there a way in VBA code to change the mouse pointer image to a "hand"
image, similar to the hand image when mouseover a hyperlink in an html
browser? I have been using the hyperlink address property in my controls to
simulate this, but it seems there must be an easier way. Hope. Hope.
Thanks,
 
D

Douglas J. Steele

If there were a DoCmd way to do it, I would have told you! You need to use
the code in the web reference I cited.
 
R

Rick Brandt

Jay said:
Is there a way in VBA code to change the mouse pointer image to a
"hand" image, similar to the hand image when mouseover a hyperlink in
an html browser? I have been using the hyperlink address property
in my controls to simulate this, but it seems there must be an easier
way. Hope. Hope. Thanks,

You are looking for a way that is easier than making a single spacebar entry in
a property sheet and which requires zero code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top