-->

Show More Details Option in Windows Vista Progress

2019-07-21 00:16发布

问题:

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.