Results 1 to 3 of 3

Thread: How can i create my own animated gif display control??

  1. #1

    Thread Starter
    Member Evil_Ryu's Avatar
    Join Date
    Mar 2001
    Location
    In the Shotokan Dojo...
    Posts
    58

    Question 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... ;-)

  2. #2
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    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"
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  3. #3
    Frenzied Member Jotaf98's Avatar
    Join Date
    Jun 2000
    Location
    I'm not gonna give you my IP address! Ok... Portugal, South-Western Europe, 3rd rock from the sun (our star is easy to find, a 47 Ursae Majoris in the Milky Way :p )
    Posts
    1,457
    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
    Code:
    Temp = Me.GetIQ()
    'Error 9: Overflow
    'DON'T PANIC! :eek:

    To learn how to use realistic effects in your games like fire, rain, snow and magic effects, read my article on particles systems here.


    Jotaf's Theories!
    "Cats land on their feet. Toast lands peanut butter side down. A cat with toast strapped to its back will hover above the ground in a state of quantum indecision."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width