Results 1 to 2 of 2

Thread: Displaying GIF files on Visual Basic Form as AVI Files

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    Mumbai
    Posts
    9

    Lightbulb Displaying GIF files on Visual Basic Form as AVI Files

    How to show GIF files on Visual Basic Form ?

  2. #2
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    You could use the WebBrowser control:

    Code:
    WebBrowser1.Navigate "MyGif.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)

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