Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Convert the Whole Project Winforms to DLL in C#.
Plz, Anyone can help me
Posted

1 solution

Open you app in Visual Studio and open the Solution Explorer pane.
Open your project branch, and double click on "Properties"
Go to the "Application" tab, and change "Output Type" to "Class Library".
You may have to manually remove the "Program.cs" file from your project.

When you next build, it should generate a DLL file instead of an EXE
 
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