|
-
Feb 9th, 2006, 02:09 PM
#1
Thread Starter
Registered User
Custom Cursor
How do I use an animated gif as my mouse icon? This will be used while a search is being performed, then switched back when the search is over...
Thanks!
-
Feb 9th, 2006, 02:12 PM
#2
Re: Custom Cursor
Only *.ani files can be used as animated mouse pointer.
-
Feb 9th, 2006, 02:21 PM
#3
Re: Custom Cursor
Why don't you simply set the cursor to the EggTimer ?
Like so...
VB Code:
'code
Form1.MousePointer = 11
'Some long thingmaybob loop
-
Feb 9th, 2006, 02:25 PM
#4
Re: Custom Cursor
It is called HourGlass. 
Me.MousePointer = vbHourGlass
-
Feb 9th, 2006, 02:27 PM
#5
-
Feb 9th, 2006, 02:27 PM
#6
Re: Custom Cursor
 Originally Posted by iPrank
It is called HourGlass.
Me.MousePointer = vbHourGlass
Shush you 
Thanks 
Or, you could try 13 instead of 11.
Me.MousePointer = 13
-
Feb 9th, 2006, 02:31 PM
#7
Re: Custom Cursor
Instead of writing numeric values, I prefer to write named constansts. They are easier to read.
-
Feb 9th, 2006, 02:36 PM
#8
-
Feb 9th, 2006, 02:42 PM
#9
-
Feb 9th, 2006, 02:49 PM
#10
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|