GIF Animation not working in Windows Form

aWebdesigner09 picture aWebdesigner09 · Mar 28, 2012 · Viewed 31.8k times · Source

I have 2 WinForms

Form2 uses Infragistics ultraTabControl. On Tab Changing im Showing Form1.

In Form1

I have a PictureBox assigned with animated GIF

In Form2

I am displaying Form1 like this.

Form1 frmOne=new Form1();
frmOne.Show();

Problem

GIF is not playing animation.

Answer

Help picture Help · Jan 10, 2014

Make sure you have your image in the image property NOT THE BACKGROUND IMAGE PROPERTY. That's the mistake I made