picturebox_click xy (urgent :/)

E

EricJ

the click event of a picturebox gives an e As System.EventArgs but this e
dousnt contain xy coordinates of the click (and yes i need those :/)

Private Sub picSchade_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles picSchade.Click



getting desperate here (they have to present it tomorrow morning)

any help or workaround appreciated



ericJ
 
C

Cor

Hallo EricJ,

I saw that when you use mouseUp you can get X, Y coordinates.
I even did not look what X and Y, I think that you can handle yourself

Succes tomorrow

Cor
 
E

EricJ

tnx worked like a charm :)

why are the sollutions always that simple (after you find them) ;)
 

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

Top