Event Mouse.click trouble

Splater

New member
Joined
Jul 10, 2007
Messages
3
Programming Experience
1-3
Hi every one.

I am using a control you can find there: http://www.codeproject.com/KB/vb/PanZoomExample.aspx

this is about a type of image box, but I want to integrate in my aplication and usuing for example:

VB.NET:
Private Sub ImageControl1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ImageControl1.Click

End sub

Instead of entering in my code, it's entering in the mouse-click event in the imagecontrol code but even if I delete this mouse.click event my ImageControl1.Click doesn't work.

Any idea why ???

Thank a lot in advance
Best regards
Splater
 
Back
Top