Paul wrote:
> Hi,
>
> I'm trying to set up some regions within a picturebox so that when I
> click on it, I get a nice message. I've looked around quite a bit for
> this sort of thing, but can't seem to find anything.
>
> As it stands, I have a PictureBox1Click event being thrown, but I'm
> unsure of which method to use from the pictureBox1 object to use to find
> the x and y position.
>
>   
Use the mousemove event of the picturebox, the event send to the 
handlers the x and y mouse positions...

Mauricio
> Any help here would be appreciated - it's for an upcoming anniversary.
>
> TTFN
>
> Paul
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>   

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to