I want to show a frame of a gif image. I searched and found that the following code should work, but it doesn\'t work. it detects the number of frames correctly but it shows
Use your own code up until the call of SelectActiveFrame() and after that change to this lines:
frames[0] = new Bitmap(GG); pictureBox1.Image = frame[0];
This should do the trick. Please do not forget do dispose the created Images.