使用 HWND (或类似的东西)作为虚拟字符串树中的节点图像
是否可以显示从外部句柄获取的图标,作为虚拟字符串树中我的节点的图像?节点的数据包含 HWND。
Is it possible to display an Icon obtained from an external Handle, as the Image of my Node in Virtual Stringtree? The Node's Data contains the HWND.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将使用分配给 VT 的
Images
属性和OnGetImageIndex
事件的ImageList
。以下是如何使用 WM_GETICON 填充图像列表。
例如,将 0 图像索引传递给 VirtualTreeView。
I would use
ImageList
assigned to your VT'sImages
property andOnGetImageIndex
event.Here's how to fill the image list using WM_GETICON.
And for example pass the 0 image index to the VirtualTreeView.