如何制作Windows窗体应用程序的exe
问题描述:
如何从winows表单应用程序制作exe文件,如软件。
how can i make exe file from winows form application, like software.
答
您只需编译它。在bin \Release(或bin\Debug)文件夹中,.exe将在那里。
You just compile it. In the bin\Release (or bin\Debug) folder, the .exe will be in there.
你应该遵循这些..
创建-EXE - 或设置文件入-net-windows-application / [ ^ ]
http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/Setup08232007071849AM/Setup.aspx [ ^ ]
You should follow these..
Create-exe-or-setup-file-in-net-windows-application/[^]
http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/Setup08232007071849AM/Setup.aspx[^]
通过编译,Manas的意思是Buld the solution。 Ctrl + Shift + B
by compiling, Manas means "Buld the solution". Ctrl + Shift + B