M
MounilK
Hi all,
I am not sure if this is the right NG to post this question. If
that's the case please point me to the correct NG.
I have a class library(myLib.dll) which has a class(myClass) which has a
method(myClassMethod) that creates a form with a button on it. The
application that calls the dll is a windows application(myWinApp).
When in myWinApp I do, myClass.myClassMethod, a form is created.
What I would like to know is, how can i access the click event of the form
that has been just created with the above call.
Thanks,
Mounil.
I am not sure if this is the right NG to post this question. If
that's the case please point me to the correct NG.
I have a class library(myLib.dll) which has a class(myClass) which has a
method(myClassMethod) that creates a form with a button on it. The
application that calls the dll is a windows application(myWinApp).
When in myWinApp I do, myClass.myClassMethod, a form is created.
What I would like to know is, how can i access the click event of the form
that has been just created with the above call.
Thanks,
Mounil.