Results 1 to 2 of 2

Thread: mouse icon

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    26

    mouse icon

    how can I do to change the mouse icon when the mouse pass in the label...

    thank´ss

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    2.     Label1.MousePointer = vbCustom
    3.     Label1.MouseIcon = LoadPicture("C:\test.cur")
    4. End Sub
    -= a peet post =-

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