I am making a chess program using Visual C#. I have a chess board drawn and the pieces placed, and I want the players to be able to click on the different grid boxes to higlight them. To do this, I need to get the coordinates of the Windows cursor after it has clicked on the picture box. How do I get the location of the cursor when it is over the picture box and convert into a Point variable that can be compared to points in the picture box?