简体   繁体   English

C#名称流程

[英]C# name process

i need help, how to do when i run on Windows c# application of name "Game.exe", so that in Taskbar name of application "Game.exe" was for example "MegaCity.exe" ? 我需要帮助,当我在Windows c#应用程序名称“Game.exe”上运行时怎么做,以便在任务栏中应用程序名称“Game.exe”例如是“MegaCity.exe”?

Thanks 谢谢

If I'm getting your question, I think you should change the assembly name in the project properties: 如果我收到您的问题,我认为您应该更改项目属性中的程序集名称:

装配名称

Project | Project | Properties , select the Application tab, and enter the desired EXE name into the " Assembly Name " field. 单击Properties ,选择Application选项卡,然后在“ 程序集名称 ”字段中输入所需的EXE名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM