accesin pixel coordinate where mouse clicked

  • Thread starter Thread starter serkan ulucan
  • Start date Start date
S

serkan ulucan

hi...
I want to do some thing below:

When I click mouse any where on Picture box, I wanto access coordinates of
clicked point an put a mark to that point?

how?
 
Hi,


To get the position of the point, you have the x and y arguments of the
mouseUp event.

To draw, I suggest you take a look for: "ImageClass" at Stephen Site:
http://www.lebans.com/toc.htm

Hoping it may help,
Vanderghast, Access MVP
 
Back
Top