Hey,
had the same problem, so I know what it feels like :)
Try using the microsoft internet controls, it's not the best way, but it
should get you started.
1) Open Visual Basic
2) New Project/Standart Exe
3) In the toolbar, right-click
4) Components
5) Then you should be able to select the Microsoft Internet Controls
6) Click Apply
7) Double Click on the new Icon in the toolbox to ad it to you form
8) Load the Gif file, like this (this is an example, there are other
solutions
name the internet control web
Private Sub LoadLogo()
Dim Logo As String
Logo = App.Path
If Right(Logo, 1) = "\" Then
Logo = Logo & "logo.gif"
Else
Logo = Logo & "\logo.gif"
End If
Web.Navigate (Logo)
End Sub
Quote:
> Hello,
> Does anyone know how to make the animated Gif files work with Visual
> Basic. There is no problem loading the picture but nothing moves. Any
> help is appreciated. Thanks in advance.
> Homer Cates
> Sent via Deja.com http://www.deja.com/
> Before you buy.