I am using a PictureBox to cycle through a set of images on my program. When I click the image, the picture changes. When I click multiple times, sometimes it does not change. I assume this is because my clicks are being registered as a double-click, instead of a single-click?I am using a PictureBox to cycle through a set