I have a pictureBox on my windows form with the animated .GIF image. Form calls some methods that can take minute or two to run, so I thought I could change the visible property of my picture box to true and let the animation to run before method returns. The problem is that the image will remain still or will barely move. Is there any way to keep the animation going while method runs?

Thanks for your help