编辑嵌入资源 (Visual Studio)
这应该很简单,但 Visual Studio 顽固地拒绝合作:我有一个 C# 项目 (Visual Studio 2005),其中包含位图作为嵌入资源,但我无法获取它们!
我一直在努力使用 GUI 和 MSDN“帮助”,并且无法访问嵌入的位图来编辑它们。这是怎么做到的?
This should be simple, but Visual Studio stubbornly refuses to cooperate: I have a C# project (Visual Studio 2005) with bitmaps as embedded resources, BUT I CAN'T GET AT THEM!
I've been struggling with the GUI and MSDN "help", and can't get to the embedded bitmaps to edit them. How is this done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了:Visual Studio 有多个 .resx 文件!我偶然发现了一个包含我需要编辑的位图的版本。 (过去所有资源都在一个 .RC 文件中。)
Solved it: Visual Studio has MULTIPLE .resx files! I stumbled upon the one that had the bitmaps I needed to edit. (Used to the old days, when all the resources were in one .RC file.)