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

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

博客园 - 周克

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)  评论()    收藏  举报