惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Recent Announcements
Recent Announcements
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog
罗磊的独立博客
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
U
Unit 42
C
Check Point Blog
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog

博客园 - 周克

te 关于博客园是否可以开展培训业务的几点思考 - 周克 - 博客园 【收集】Web开发工具 感情 程序 祭 Linq本质论(1) WinForm自动菜单合并 .Net开源控件 Client Settings FAQ .Net学习课件 ClickOnce 部署多语言程序需要注意的地方 WinFX更名为 .NET Framework 3.0. BindingSource.AddingNew事件可以给新增数据设置需要的值 可恶的AutoSizeColumnMode和DataError vs2005强类型主从表加上级联约束后无法添加从表数据 MSDN中文资料库WWF链接(updating...) 在WinForm中使用Membership WWF动态加载xoml文件 固定Asp.net2.0 Web项目的动态端口号 深圳.Net俱乐部2.26活动资源下载之——从SmartClient到ClickOnce
介绍一个可以读取保存在程序集里面的图片资源的小工具
周克 · 2006-05-28 · via 博客园 - 周克

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

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  周克  阅读(757)  评论()    收藏  举报