Results 1 to 3 of 3

Thread: change mouse cursor

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    20

    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

  2. #2
    sunnyl
    Guest
    But there is a MousePointer property

    (use in MouseMove event)

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    20
    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
  •  



Click Here to Expand Forum to Full Width