Get Click location on picturebox??

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I want to get the location where the PictureBox gets a click and where the
click ends (If somebody is click-and-holding something and moving somewhere)

Is this possible?
thx
juvi
 
Subscribe to the MouseDown, MouseMove or MouseUp events all of which are
inherited from Control so available via the PictureBox control.
 
Back
Top