creating dll for usercontrols created

roshanstevv

Member
Joined
Feb 8, 2007
Messages
12
Programming Experience
1-3
hi,
i have a project for which I have created 5 usercontrols.i created a new folder say (MyControls) and created my 5 usercontrols in this Folder..
i have to create another project Where i have to use usercontrols that are similar to the usercontrols created in the above project..
what is the way to create a dll say(mycontrols.dll) for the usercontrols that I have created for the first project and add this dll to the bin of the new project and use the 5 userontrols..
"In some projects we can see in the bin directory there are two other Folders "debug" and "release" and in the release folder we can find the dll..
how to create this..

thanks in advance..
 
Back
Top