Including forms in a dll

  • Thread starter Thread starter Juande
  • Start date Start date
J

Juande

Hello,

How can I include forms in a dll and then call to those forms needed from my
application?, Where can I get an example to do it?

Many thanks
 
Juande said:
How can I include forms in a dll and then call to those forms needed from
my application?, Where can I get an example to do it?

Simply add the forms to the class library project and reference the class
library from your Windows Forms application. You can add a reference using
"Project" -> "Add reference...".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top