D Darren Clark Jun 2, 2004 #2 Darren Clark said: How can i get the coords of a simple click on a windows form? Click to expand...
M Morten Wennevik Jun 2, 2004 #4 Hi Darren, You use the MouseDown event for this (or MouseUp). Happy coding! Morten Wennevik [C# MVP]