Mouse cursor image

G

Guest

Hi.
I have a form with a small picture. When I click on that picture opens
another form with the picture with a bigger size (it is like a zoom form).
In order to indicate to the user that that picture can be zoomed, it is
possible to change the mouse cursor from the usual arrow to a zoom symbol
everytime he moves the mouse cursor above the small picture?
Thank you in advance.
Best regards.
 
D

Dirk Goldgar

In
acores said:
Hi.
I have a form with a small picture. When I click on that picture opens
another form with the picture with a bigger size (it is like a zoom
form). In order to indicate to the user that that picture can be
zoomed, it is possible to change the mouse cursor from the usual
arrow to a zoom symbol everytime he moves the mouse cursor above the
small picture?

You should be able to use the code posted here:

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

However, I don't know whether there's a built-in cursor icon you can
use, or whether you'll have to create your own and have the code load it
from a file.
 

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