如何将 .ico 文件与编译后的 .exe 文件合并?
如何将 .ico 文件与编译后的文件合并 .exe 文件?
如果没有 .ico 文件,exe 文件将在启动时崩溃... 我已经在项目属性中添加了 ico 文件,
提前致谢
how do you merge an .ico file with the compiled
.exe file?
without the .ico file, the exe file will crash upon booting...
I've already added the ico file in the project properties
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要将该文件添加为解决方案的一部分,作为项目解决方案中 .ico 文件的属性中的内容或嵌入资源。
You need add the file as part of the solution either as content or embedded resource within the properties of the .ico file in your project solution.
如果它们已添加到项目属性中,您可以使用代码访问它们。
我希望这是准确的,因为我是在手机上写的:)
If they are already added to project properties, you can access them using the code.
I hope this is accurate, as I'm writing this on my phone :)