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
Printable View
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
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.
Thanks a lot. It was the animation that I was looking for.
Cheers
JK
You could also put this in your form:
Code:Private Sub Form_Load()
Screen.Mousepointer = vbHourGlass
End Sub