[1]Posted by Froggy Jacques on 18 May 2002 01:35 AM[/1]
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
[1]Posted by Froggy Jacques on 18 May 2002 01:35 AM[/1]
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
This is a very cool dll. If you have not already downloaded it, do so by clicking the download link above. On your Windows PC click start + run and type:
REGSVR32 GIF89.DLL
This will register the GUID with your system.
Now open your Visual Basic IDE and click Project + components and select Gif89 1.0. You should now see the control in your tool box. Dbl Click to place it on your form. In the properties look for 'FileName' and enter a path to file example:C:\Graphics\YourAnimatedGraphic.gif
Now run VB....Cool!!!
Gif89a is the Compuserve format for animated gifs.
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
This seems to be rated well. I can't find how to implement it.
I created an object to view all the methods and events but I
have no idea how to make the gif show in my picture box.
Any help??
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
The DLL needs to be in the System folder of windows (on win98 anyway) in order to register it
This is a very cool dll. If you have not already downloaded it, do so by clicking the download link above. On your Windows PC click start + run and type:
REGSVR32 GIF89.DLL
This will register the GUID with your system.
Now open your Visual Basic IDE and click Project + components and select Gif89 1.0. You should now see the control in your tool box. Dbl Click to place it on your form. In the properties look for 'FileName' and enter a path to file example:C:\Graphics\YourAnimatedGraphic.gif
Now run VB....Cool!!!
Gif89a is the Compuserve format for animated gifs.
nt
Hello,
If you are in a hurry, use the anigif.ocx available on download.com
You can ue the proprerties box to specify the image you wish.
Froggy Jacques
This seems to be rated well. I can't find how to implement it.
I created an object to view all the methods and events but I
have no idea how to make the gif show in my picture box.
Any help??
This thread is for discussions of Animated GIF.