View Single Post
  #6 (permalink)  
Old 08-10-2007, 05:26 PM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default

This is will not work as the Image control only supports the Click event (without the x,y position).
You should draw the image on the form and redraw it at the new position using MouseDown / MouseUp events (you could also use MouseMove event).
It will be easier to do it on the ForeLayer.
Reply With Quote