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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
量子位
博客园 - 叶小钗
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
博客园 - 聂微东
美团技术团队
Last Week in AI
Last Week in AI
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare 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)  评论()    收藏  举报