Show More Details Option in Windows Vista Progress Dialog

819 views Asked by At

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

My ProgressDialog

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.

ProgressDialogs in Windows

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

Best regards

1

There are 1 answers

3
Denis Anisimov On BEST ANSWER

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