Hi,
I am new in c#. I am working on image processing. I am creating a UserControl (ActiveX) which is adding just a panel on it.
When i use this user control in my another application then how i get the different events.
Suppose i want all mouseEvents occurred in my userContol then how i get in my application that mouse event occurred.
How User control raise a event and how i get in my application. Because i need to add some functionality on that events too from my application.