tablelayoutpanel help please it's urgent

  • Thread starter Thread starter dinosors
  • Start date Start date
D

dinosors

hey to all the forum
i create a tablelayoutpanel populated with label and pictureBox automaticlly
loaded from a folder
and xml file
and i wanna know when the user select (click) on one of the picture or the
label
and what's the coordinate of the selected
thanks in advance
 
You will have to attach to the mouse down event on the controls you add.
In that event, you will be able to get the coordinates of the mouse when the
button is clicked down (which is when it will be activated, most likely).
 
Back
Top