|
-
Aug 29th, 2001, 04:11 AM
#1
Thread Starter
New Member
Animated Buttons
Does anyone know how can i put a gif animation on a button?
thanks in advance
-
Aug 29th, 2001, 12:54 PM
#2
Frenzied Member
Like a standard VB command button?
-
Aug 29th, 2001, 04:26 PM
#3
Might just be easier to show the gif in a different kind of control and then just make that control look/act like a button.
-
Aug 30th, 2001, 07:21 AM
#4
Frenzied Member
That's what I would suggest.
The alternative is to draw the gif frame by frame in a hidden box and update the button's image with a timer control, but that's a messy cludge and would require a lot of API work to get the picture from the hidden box to the button.
Go ahead and make a usercontrol.
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
|