I have a picturebox control that has a label and image control inside of it, however when I click the image, the click event will not fire until I click again. I am using SetCapture and ReleaseCapture in the mousemove of the pictureboxes and the is causing some kind of problem when I mouse over the label or image controls....any idea how to get around this?
