|
-
Aug 28th, 2001, 08:35 AM
#1
Thread Starter
Junior Member
change mouse cursor
How do I change the mouse cursor when it is over a label?
I have the 2 Subs:
Private Sub Label151_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
End Sub
Private Sub Detail_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
End Sub
There is no MyLabel.mouseCursor property....
Thank you
-
Aug 28th, 2001, 08:38 AM
#2
But there is a MousePointer property
(use in MouseMove event)
-
Aug 28th, 2001, 08:39 AM
#3
Thread Starter
Junior Member
I'm usig VBA (for MS access 2000)....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|