Link to home
Start Free TrialLog in
Avatar of avya2k
avya2k

asked on

Events in class

In my activeX dll project, I have the class as say class1.cls and a form say form1 with label1
from class1, i show the form from one function
i've declared one public event as 'gotClicked'
now what i want is when user clicks on label1 in form1 my gotClicked event [declared in class1] should be raised

Thank u


ASKER CERTIFIED SOLUTION
Avatar of happel
happel
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of avya2k
avya2k

ASKER

That's very nice
i had tried the same way but failed due to minor mistake of declaration
but anyway ,that ehlped me a lot
Thanks a lot