Results 1 to 9 of 9

Thread: MouseIcon

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Location
    Philippines
    Posts
    24

    Angry

    Good Day,
    I'd like to ask how can I display the very same MouseIcon(the Hand icon) used in Internet Explorer. I can't seem to find the cursor / icon file for this mouseicon.
    Thanks.



  2. #2
    Guest
    It should be in your Win98 CD.

    Win98\cdsample\images\hand.cur

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Location
    Philippines
    Posts
    24
    Megatron,
    Thanks! I'll check this out right now.

  4. #4
    Addicted Member RCharlton's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    202

    I can't seem to find hand.cur

    Could somebody please upload it? Thanks - all I have in the images dir are bitmaps.
    Richard Charlton

    VB 6.0, Java 2.0, C++, PHP, Perl, HTML, Javascript

  5. #5
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    hmm... this is the third hand I post today ?? what is it with you people and hands ??

    well hope this is the one you want RCharlton and Zeee
    Attached Files Attached Files
    -= a peet post =-

  6. #6
    Addicted Member RCharlton's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    202

    Thanks

    a lot
    Richard Charlton

    VB 6.0, Java 2.0, C++, PHP, Perl, HTML, Javascript

  7. #7
    Hyperactive Member Jupiter-SL9's Avatar
    Join Date
    Apr 2001
    Location
    Porto Alegre
    Posts
    289
    hi
    im using the follow code to change mouseicon on a picture:

    Code:
                    pic5_angulo.MouseIcon = il_cursores.ListImages(4).Picture
                    pic5_angulo.MousePointer = vbCustom
    How can i do to back to default mouseicon (pointer) on the same picture??

    thanks
    bye
    If you want to be loved, first love who God gave to you.

    "Se você quer ser amado, primeiro ame quem Deus te deu"

    (Acts 20:35)

  8. #8
    Megatron
    Guest
    Try:

    pic5_angulo.MousePointer = 0

  9. #9
    Hyperactive Member Jupiter-SL9's Avatar
    Join Date
    Apr 2001
    Location
    Porto Alegre
    Posts
    289
    Thanks!
    If you want to be loved, first love who God gave to you.

    "Se você quer ser amado, primeiro ame quem Deus te deu"

    (Acts 20:35)

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