周克的技术Blog

在.Net的海洋里面寻找真我

导航

介绍一个可以读取保存在程序集里面的图片资源的小工具

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

posted on 2006-05-28 22:37  周克  阅读(720)  评论(0编辑  收藏  举报