问题描述
我有一个命名空间扩展,支持使用 CFSTR_FILEDESCRIPTOR / CFSTR_FILECONTENTS
将虚拟文件复制到剪贴板的复制粘贴。但是,复制文件...进度对话框不显示。
I have a namespace extension that supports copy-paste using the CFSTR_FILEDESCRIPTOR/ CFSTR_FILECONTENTS
to copy virtual files to the clipboard. However, the 'Copying Files...' progress dialog does not show up.
资源管理器似乎挂起,直到复制操作完成。
Explorer appears to hang until the copy operation is complete.
有关如何取得进度的任何建议对话框工作?
Any suggestions as to how to get the progress dialog to work?
谢谢,
Mridul。
Thanks,Mridul.
推荐答案
p> Well ...这是一个直接的修复...确保对于FILEDESCRIPTOR对象, FILEDESCRIPTOR.dwFlags | = FD_PROGRESSUI;
Well... that was a straight forward fix... Ensure that for the FILEDESCRIPTOR object, FILEDESCRIPTOR.dwFlags |= FD_PROGRESSUI;
Mridul。
这篇关于CFSTR_FILEDESCRIPTOR / CFSTR_FILECONTENTS“正在复制文件”对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!