Results 1 to 4 of 4

Thread: mouse cursor (RESOLVED)

  1. #1

    Thread Starter
    Hyperactive Member segrobiur's Avatar
    Join Date
    May 2004
    Location
    Portugal
    Posts
    371

    Question mouse cursor (RESOLVED)

    hi there..

    is there a way to change the mouse cursor... I mean... can you associate it with an hourglass or with a label or image?

    thanks in advance
    Last edited by segrobiur; Aug 13th, 2004 at 05:00 AM.

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    VB Code:
    1. Screen.MousePointer = vbHourGlass

  3. #3
    Addicted Member Bregalad's Avatar
    Join Date
    Jul 2000
    Location
    Oslo,Norway
    Posts
    183
    You can set the mouse cursor to a predefined icon like this:

    Screen.MousePointer = vbHourglass

    or to some .ico or .cur file like this:

    Set Screen.MouseIcon = LoadPicture("C:\Graphic\Icons\30.ico")
    Screen.MousePointer = vbCustom

  4. #4

    Thread Starter
    Hyperactive Member segrobiur's Avatar
    Join Date
    May 2004
    Location
    Portugal
    Posts
    371
    thanks guys.. that's exactly what I wanted

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