0
Answer

animated gif in a pictureBox runs to slow?

julz barrab

julz barrab

17y
3.8k
1

ive loaded in an animated gif into a picture box in the usual way..

this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));

it does animate, just really really slow, how can i speed it up?

Thanks,
Jules