Page 1 of 1

use a usercontrol in a dll

Posted: Sat Jul 24, 2010 6:29 am
by zachman61
how can i make a usercontrol in a dll and then add it in the main project as a new form?

Re: use a usercontrol in a dll

Posted: Sat Jul 24, 2010 7:28 pm
by mandai
Right click the toolbox and select choose items, click browse and go to your dll file then check the usercontrol and you will be able to use it in your project.

Re: use a usercontrol in a dll

Posted: Sun Jul 25, 2010 12:42 am
by zachman61
ok thanks mandai