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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top