What is animated bitbit?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • czi02
    New Member
    • Sep 2006
    • 84

    What is animated bitbit?

    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.
  • Reena83
    New Member
    • Sep 2006
    • 32

    #2
    Originally posted by czi02
    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_Lan guages/Visual_Basic/Q_20549193.html

    Reena

    Comment

    • Reena83
      New Member
      • Sep 2006
      • 32

      #3
      Originally posted by Reena83
      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_Lan guages/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.Nav igate "C:Internetanim .gif"

      you can turn this scrollbar off :

      WebBrowser1.Nav igate "about:<html><b ody scroll='no'><im g src='C:Internet anim.gif'></img></body></html>"

      Reena

      Comment

      Working...