Delphi 7 的 TImageList 组件支持 PNG 图像
有谁知道从 TImageList 继承并支持 PNG 图像并与 Delphi 7 兼容的组件吗?
Does anyone know of a component that descends from TImageList and support PNG images, and compatible with Delphi 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我正在使用 PngComponents 它有 TPngImageList。对我来说效果很好。
编辑
新链接:http:// code.google.com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=
I'm using PngComponents It has TPngImageList. Works well for me.
EDIT
New link: http://code.google.com/p/cubicexplorer/downloads/detail?name=PngComponents.zip&can=2&q=
您可以使用 CnPack IDE 向导 这将使您的
TImageList 控件接受 PNG 图像格式。
You can use CnPack IDE Wizards which will make your
TImageList
control accepts PNG image format.Morever, it will make your IDE much more convenient.
我认为 JEDI 可视化组件库 的 TJvImageList 可以完成这一切。
I think the JEDI Visual Component Library's TJvImageList does all that.