Edit embedded resource (Visual Studio)

蓝咒 提交于 2019-12-11 17:48:52

问题


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?


回答1:


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.)



来源:https://stackoverflow.com/questions/3503403/edit-embedded-resource-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!