介绍一个可以读取保存在程序集里面的图片资源的小工具
I found the images in BindingNavigator Control are beautiful.They seem not to be in the project resources.Where are they ?
The images are loacted in the Form1.resx file and not in the project resources like normal images you bind.
just open the Form1.resx in the designer and you will see this images.
How can I get other of them and use them?
Moreover, the VS2005 comes with image library that contains this images and much more, usualy at:
C:/Program Files/Microsoft Visual Studio 8/Common7/VS2005ImageLibrary
Here is a useful tool extracting images from an assembly and displaying them in the user interface:
http://www.codeproject.com/dotnet/Extracting_Embedded_Image.asp
本文介绍了如何找到并使用Visual Studio 2005中BindingNavigator控件所使用的美观图片资源。这些资源并非直接位于项目资源中,而是存放在特定的.resx文件里。此外,文章还提供了一个实用工具链接,用于从程序集中抽取嵌入的图片资源。
554

被折叠的 条评论
为什么被折叠?



