|
-
May 17th, 2001, 06:34 PM
#1
Thread Starter
Member
How can i create my own animated gif display control??
I want to create my own animated gif control... in visual basic... Please, any idea will be welcome...
sorry by my poor english... ;-)
-
May 18th, 2001, 12:37 PM
#2
Frenzied Member
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"
-
May 20th, 2001, 01:21 PM
#3
Frenzied Member
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
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
|