I put a GIF animation inside a PictureBox and by default my animation is continuously looping. I need to stop it after the first loop by doing this pictureBox1.Enabled=false
or manually change the GIF animation to last frame of this animation, but how can i catch the moment of first loop ending?
I found this question (click), but i didnt understand how can i use it, could anyone make it clear or describe another way of doing this?