gif file 
Author Message
 gif file

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.*-*-*.com/
Before you buy.



Fri, 09 Aug 2002 03:00:00 GMT  
 gif file
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.



Fri, 09 Aug 2002 03:00:00 GMT  
 gif file
About an OCX for Animated Gif :
The solution to this problem is to pick up a third party control:

http://www.inquiry.com/techtips/thevbpro/answer.asp?pro=thevbpro&
docID=2788

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!



Fri, 09 Aug 2002 03:00:00 GMT  
 gif file
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.



Fri, 09 Aug 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Save to GIF file from resource GIF file

2. pick color of gif file at mouse cursor and replace color in gif

3. how to convert gif file to icon file

4. How to convert a gif file to bmp file

5. Using gif files in a resource file

6. Displaying GIF files from a resource file???

7. How to convert .GIF file to .ICO file

8. Convert BMP file to GIF file

9. How to convert .GIF file to .ICO file

10. How to print a linked OLE gif-file

11. How animate this GIF file in Access97?

12. Retrieving GIF files from an OLE field in Access

 

 
Powered by phpBB® Forum Software