Need Help - Compiling exe into dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am newb to .net and want to know how to compile an exe into dll so that I can add its reference in my project. I have to compile a file called 'test.exe' into 'test.dll'. what is the syntax of the commands should I use to compile. I appreciate any help

Thanks
pk
 
Hi,

Open up the project properties window. Change the output type to
class library from Windows Application. Build you application.

Ken
 
Back
Top