A PictureBox Image property is set to a non-looping animated GIF file.
However, the GIF continually loops. How can I stop the animated GIF from
looping in a PictureBox? Thanks.
Printable View
A PictureBox Image property is set to a non-looping animated GIF file.
However, the GIF continually loops. How can I stop the animated GIF from
looping in a PictureBox? Thanks.
hey,
try this
http://www.aspfree.com/c/a/Code-Exam...anipulation/1/
use a webBrowser control !
create an HTML which displays ur gif image and then link that html to the webBrowser control !!!