I want to create my own animated gif control... in visual basic... Please, any idea will be welcome...
sorry by my poor english... ;-)
Printable View
I want to create my own animated gif control... in visual basic... Please, any idea will be welcome...
sorry by my poor english... ;-)
I would use the WebBrowser control instead of developing my own...its kind of hard if you're a beginner.
To use the WebBrowser control:
Code:WebBrowser1.Navigate "c:\somegif.gif"
I think you can find the file format at the Microsoft's web site, but it might be too hard if you're still a beginner. I'd use the WebBrowser control, you know how to do it, right? (If not reply here again). And no, your English is not that bad ;)