Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要帮助,当我在名称为“Game.exe”的 Windows c# 应用程序上运行时该怎么办,以便在任务栏中应用程序“Game.exe”的名称是例如“MegaCity.exe”?
谢谢
If I'm getting your question, I think you should change the assembly name in the project properties:
Project | Properties, select the Application tab, and enter the desired EXE name into the "Assembly Name" field.
Project
Properties
Application