Results 1 to 2 of 2

Thread: hourglass

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Posts
    72
    how can you make the hour glass appear next to the cursor. I want to be able to turn it on/off.

    thnks
    VB 6 Professional Edition

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Use the Screen.mousepointer setting:

    Code:
    Screen.MousePointer = vbArrowHourglass
    --CODE--
    Screen.MousePointer = vbHourglass
    --CODE--
    Screen.MousePointer = vbDefault
    Hope this helps

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