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
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
Replies
Know the answer? Post it — somebody with the same question will find it here.