If i make an animated gif picture can i insert that into a VB program? Ive tried it but it doesnt "move". Is there somthing i need to do or is it simply that vb doesnt support moving gifs? thanks for any help
If i make an animated gif picture can i insert that into a VB program? Ive tried it but it doesnt "move". Is there somthing i need to do or is it simply that vb doesnt support moving gifs? thanks for any help
AFAIK VB simply doesnt support animated gifs.
You can do it by separating your image out to a separate image for each frame and changing each frame with a timer on your form. A lot of work for an ikkle image
you might be able to download a control though, never really looked into that
The workaround for this is to create a WebBrowser control on your form and load the image into it.
http://www.vb2themax.com/Item.asp?Pa...at=1300&ID=313
Thanks for your replies. Thanks for that link Mart
There are currently 1 users browsing this thread. (0 members and 1 guests)