I have a picturebox that is clickable on my form. I would like to disable the click at a certain time but when I use
pictureBox1.Enabled=false;
to disable it the gif animation stops. How can I disable the click without stopping the animation?
pictureBox1.Enabled=false;
to disable it the gif animation stops. How can I disable the click without stopping the animation?