Results 1 to 4 of 4

Thread: Hour Glass

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Ireland
    Posts
    224

    Question

    Hi guys
    I'm wondering if anyone can tell me how to get a hour glass symbol to appear on my form, constantly turning for the duration of my project.
    Thanks
    JK

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    If your looking for animation...

    download gif89.dll and add reference to your project. Insert the object on your form. Point the filename to an animated gif (such as the spinning hourglass).

    If what you meant was the cursortype, sorry NO IDEA.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Ireland
    Posts
    224
    Thanks a lot. It was the animation that I was looking for.
    Cheers
    JK

  4. #4
    Guest
    You could also put this in your form:

    Code:
    Private Sub Form_Load()
    Screen.Mousepointer = vbHourGlass
    End Sub

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