Currently my mousedown on the form will give me the x,y cords in a label. This label though when I click on it, I do not receive the mousedown. But when I put the code into the mousedown for the label, it gives the the cords based on the origin of the label and not the entire form.
My goal is to be able to detect x,y anywhere in the form. Even if it is on a label, button.
Thanks in advance.