小编Jus*_*ill的帖子

How to create a "Shell IDList Array" to support drag-and-drop of virtual files from C# to Windows Explorer?

I started trying to implement drag-and-drop of virtual files (from a C# 4/WPF app) with this codeproject tutorial. After spending some time trying to figure out a DV_E_FORMATETC error, I figured out I need to support the "Shell IDList Array" data format. But there seems to be next to zero documentation on what this format actually does.

After some searching, I found this page on advanced data transfer which said that a Shell IDList Array was a pointer to …

c# com wpf drag-and-drop windows-explorer

6
推荐指数
1
解决办法
4008
查看次数

标签 统计

c# ×1

com ×1

drag-and-drop ×1

windows-explorer ×1

wpf ×1