I made three projects the first one is a windows form, the second one is a class library and the third one is another class library to be the reference of the second and first projects. Inside my second Project which is a class library there are two files a class file and a windows form. In the windows form I have controls there are textboxes and labels. My problem is the event of the controls does not work. even there is already codes on it. Is there anything I missed or it just the dll doesn't support the events inside and by the way I am using system.reflection because i want this to be a plugin to my main program and also I already made system.windows.forms.form as a reference.
Your knowledge and advise on this matter is highly appreciated. thank you