Show More Details Option in Windows Vista Progress Dialog

折月煮酒 提交于 2019-12-12 17:34:19

问题


I use the IProgressDialog interface in order to create a ProgressDialog with Windows-Vista style like this:

Dialogs that are shown while copying, pasting and moving files in Windows Explorer usually offer an additional button "More Details" that provides further information about the current progress.

Is there any possibility to display and work with this button regarding the IProgressDialog interface?

Best regards


回答1:


Second screenshot is screenshot of IOperationsProgressDialog dialog. IProgressDialog does not have feature you want.



来源:https://stackoverflow.com/questions/27506948/show-more-details-option-in-windows-vista-progress-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!