如何创建Windows应用程序的exe [英] how to create exe of Windows application

查看:349
本文介绍了如何创建Windows应用程序的exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我的问题是如何为Windows窗体应用程序创建exe文件?

Hi,
my question is how can we create a exe file for Windows form application?

推荐答案

make setup of windows application
CP articles helps you to create exe.




您可以在应用程序的debug/release文件夹的bin文件夹中找到.exe.
Uma参考可以帮助您为Windows应用程序构建安装文件.
Hi,

You can find .exe in bin folder of debug/release folder of your application.
And Uma reference is help you to build setup file for your windows application.


实际上,如果不生成一些可执行文件(通常是EXE和一个或多个DLL),您将无法运行任何.NET代码. .可执行文件的名称和用法实际上可以不同.您可以指定将编译后的可执行文件放置在何处以及如何命名.请查看项目属性,以及应用程序"和构建"选项卡以获取更多详细信息.

—SA
You actually cannot run any .NET code without making some executable file(s), usually EXE and one or more DLLs. The names and usage if executable file can actually be different. You specify where to put the compiled executable files and how to name it. See your project properties, the tabs "Application" and "Build" for more detail.

—SA


这篇关于如何创建Windows应用程序的exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆