Form2 uses Infragistics ultraTabControl. On Tab Changing im Showing Form1.
I have a PictureBox
assigned with animated GIF
I am displaying Form1 like this.
Form1 frmOne=new Form1();
frmOne.Show();
GIF
is not playing animation.
Make sure you have your image in the image property NOT THE BACKGROUND IMAGE PROPERTY. That's the mistake I made