472,144 Members | 2,022 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,144 software developers and data experts.

What is animated bitbit?

84
Hi there;

Im wondering how to animate my gif. Somebiody iout there could help me what is bitbit? What code should I use to animate my gif? And what control in the properties should I be usede? Well thanx.
Sep 27 '06 #1
2 3044
Reena83
32
Hi there;

Im wondering how to animate my gif. Somebiody iout there could help me what is bitbit? What code should I use to animate my gif? And what control in the properties should I be usede? Well thanx.

HI. I found some sites that maybe of use to you. Havent tried it myself yet!
http://www.devx.com/vb2themax/Tip/18551


http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20549193.html

Reena
Sep 28 '06 #2
Reena83
32
HI. I found some sites that maybe of use to you. Havent tried it myself yet!
http://www.devx.com/vb2themax/Tip/18551


http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20549193.html

Reena
If you are going to add your animated gif to VB:
select the Microsoft Internet Controls
component. When you do, the WebBrowser control appears on Visual
Basic's toolbar. Drop the control onto a form, then in the form's
Load() event place the following code:

WebBrowser1.Navigate "C:Internetanim.gif"

you can turn this scrollbar off :

WebBrowser1.Navigate "about:<html><body scroll='no'><img src='C:Internetanim.gif'></img></body></html>"

Reena
Sep 28 '06 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

9 posts views Thread by John J. Hughes II | last post: by
2 posts views Thread by Koen Hoorelbeke | last post: by
4 posts views Thread by Al_C | last post: by
7 posts views Thread by Gary Kaucher | last post: by
4 posts views Thread by Jeff | last post: by
7 posts views Thread by Lemune | last post: by
27 posts views Thread by Phil | last post: by
reply views Thread by helraizer1 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.