| | |
|
|
|
Help! How to change mouse icon into crisscross? |
| message from JM on 3 Jun 2004 |
Hi,
I need to change the mouse icon into a criscross.
Any help?
Thanks,
Jaime
|
| Wayne Morgan replied to JM on 3 Jun 2004 |
Place the code from this link into a module.
http://www.mvps.org/access/api/api0044.htm
Private Sub Label24_MouseMove(Button As Integer, Shift As Integer, X As
Single, Y As Single)
MouseCursor (IDC_HAND)
End Sub
This will change the cursor to a hand when over the label, Label24. Use the
appropriate constant from the module for the cursor you want.
|
|
Archived message: Help! How to change mouse icon into crisscross? (MS Access Forms)