: Ive created the first project which we will say is just a basic form with some controls. I compiled this project and created a DLL.
:
: I have created a second project which is an MDI form and id like to show the first projects form as a Client form by binding to the DLL.
:
: I know this is possible but how is it done?
:
: Thanks.
:
You must add a reference in your second project to your first project, and add a 'using' statement in the source where you want to use classes from the first project.
Greets,
Eric Goldstein
http://www.gvh-maatwerk.nl