Results 1 to 3 of 3

Thread: mouse pointer

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2001
    Location
    UK
    Posts
    205

    mouse pointer

    Im used to using the mouse pointer property to change...well obviously the mouse pointer. But, this time i wanted the icon that internet explorer uses when it hovers over a link, that classic hand. But this isnt built into the vbproperties of the mousepointer.

    ie, this is what i usually do:
    VB Code:
    1. Screen.MousePointer = vbHourGlass

    this time i tried using the mouseicon property instead using an icon replica of the hand. This is what i did but nothing happens?? any idea why?
    VB Code:
    1. Screen.MouseIcon = imgMouse.Picture
    2. Screen.MousePointer = vbIconPointer

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. Screen.MousePointer = vbCustom
    2.     Screen.MouseIcon = imgMouse.Picture
    -= a peet post =-

  3. #3
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    I haven't figured out how to do it with just VB code, so I have an icon that I use. Just set the mousepointer to vbCustom, like peet said, and use this icon.
    Attached Files Attached Files
    <removed by admin>

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