Hi all,
I was wondering if it is possible/how to use an animated cursor in VB6?
my code is:
-----
Me.MouseIcon = LoadPicture(App.Path & "\cursor.ani"
Me.MousePointer = 99
-----
But VB does not like this type of file? Instead of using a progress bar or something similar, I just want to have some animated cursor that shows a process is taking place.
Any ideas?
Regards,
MDA
I was wondering if it is possible/how to use an animated cursor in VB6?
my code is:
-----
Me.MouseIcon = LoadPicture(App.Path & "\cursor.ani"
Me.MousePointer = 99
-----
But VB does not like this type of file? Instead of using a progress bar or something similar, I just want to have some animated cursor that shows a process is taking place.
Any ideas?
Regards,
MDA