I want to display a gif in Image box. My problem is the gif having
more than one frame are not displayed properly.Only first frame is displayed.
How can i display animated gif in VB?
Thanks in advance!
Printable View
I want to display a gif in Image box. My problem is the gif having
more than one frame are not displayed properly.Only first frame is displayed.
How can i display animated gif in VB?
Thanks in advance!
Have you tried a Picture box instead of an Image control?
No, a PictureBox will not work either.
Take a look at this search result from PSC. There are some links to pieces of code that will do this for you.