Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/136.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何像资源管理器那样在listview中显示缩略图? 你可以在C++中用C++代码示例来显示ListVIEW中的视频和图像缩略图吗?< P> >我可以帮助图像,但不能帮助视频:_C++_Listview_Explorer_Thumbnails_Syslistview32 - Fatal编程技术网

如何像资源管理器那样在listview中显示缩略图? 你可以在C++中用C++代码示例来显示ListVIEW中的视频和图像缩略图吗?< P> >我可以帮助图像,但不能帮助视频:

如何像资源管理器那样在listview中显示缩略图? 你可以在C++中用C++代码示例来显示ListVIEW中的视频和图像缩略图吗?< P> >我可以帮助图像,但不能帮助视频:,c++,listview,explorer,thumbnails,syslistview32,C++,Listview,Explorer,Thumbnails,Syslistview32,基本上,您可以使用普通列表控件并将图像添加到关联的图像列表中。但也存在一些问题-看起来您必须使用CImageView::ReplaceImage而不是CImageView::AddImage,否则图像将无法正确显示。屏蔽图像也可能需要一些工作。我需要IExtractImage和IShellImageStore useintresting链接的示例:非常有用的链接-谢谢我没有投票支持你的答案的理由——但是这个链接是一个很好的例子——我用谷歌搜索了很多时间,但是找不到它!


基本上,您可以使用普通列表控件并将图像添加到关联的图像列表中。但也存在一些问题-看起来您必须使用CImageView::ReplaceImage而不是CImageView::AddImage,否则图像将无法正确显示。屏蔽图像也可能需要一些工作。

我需要IExtractImage和IShellImageStore useintresting链接的示例:非常有用的链接-谢谢我没有投票支持你的答案的理由——但是这个链接是一个很好的例子——我用谷歌搜索了很多时间,但是找不到它!