U UJ Feb 23, 2006 #1 What's the easiest way to play an animated gif in a windows forms application? TIA - Jeff.
T Tim Wilson Feb 23, 2006 #2 Use a PictureBox. Assign the gif to the Image property of a PictureBox control.
H Herfried K. Wagner [MVP] Feb 24, 2006 #4 UJ said: Thanks. I didn't think that would work. But I tried it and it works fine. Click to expand... If it doesn't work for certain GIF files you could use the 'ImageAnimator' class.
UJ said: Thanks. I didn't think that would work. But I tried it and it works fine. Click to expand... If it doesn't work for certain GIF files you could use the 'ImageAnimator' class.