|
-
November 25th, 1999, 03:12 AM
#1
Animated Gif
Hi everybody
I want to put an animated GIf in my application but I don't succeed!
The image doesn't move!
I use the picture box control and the image control but that doesn't work!
how can I do???
Fzz
-
November 25th, 1999, 03:21 AM
#2
Re: Animated Gif
If you look on this site under 'controls', you'll see a link to a free Animated GIF control (no source though).
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
April 5th, 2000, 05:46 AM
#3
Re: Animated Gif
A crude method of displaying an animated gif is the use the WebBrowser control and navigate to the gif in the form_load procedure thus:
WebBrowser1.Navigate "c:\xfr\Theanimated.gif"
This will work and the WebBrowser control can be resizes to match the size of the gif
This method is a bit like using a nuclear I.C.B.M to kill an ant.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|