2

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

Florian Grummel
  • 332
  • 3
  • 14

1 Answers1

5

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

Denis Anisimov
  • 3,297
  • 1
  • 10
  • 18