Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai Everyone,



I have created a form in C# , I need to Convert it as a user control so that I can use the same form (Say a Popup Dialog) for other projects , I do not want to add the existing form and its code into the new Project rather than I need to Convert it to a DLL or something which can be easily included in all project .

How can I do this ?


Thanks All.
Posted

1 solution

You need to create user control project & add your Popup Dialog code into that, compile the project & it will create dll, you can use that dll in other project as control.

for detail information you can see this link.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900