Link to home
Start Free TrialLog in
Avatar of tgatif
tgatif

asked on

Add Event to the referenced form in VB.net

I have one form in the vb.net application(client) that has been referenced from the class library.  I like to add event like button_clicked on the referenced form.  How to add the events of forms and control of forms in the client application if the form is not added manually but is referenced from another class library.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America 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