Does C# provide something like this dialog?

  • Thread starter Thread starter cyshao
  • Start date Start date
C

cyshao

When we copy files in MyComputer, there is a dialog with a ProcessBar and a
Cancel button.
Does C# provide something like this dialog?

Thanks

CYShao
 
cyshao napisa³(a):
When we copy files in MyComputer, there is a dialog with a ProcessBar and a
Cancel button.
Does C# provide something like this dialog?

Hmm

You have ProgressBar component so you can do that kind of dialog by your
self.

best regadrs
Mateusz [PEYN] Adamus
 
Hi CYShao,

I'm afraid there is no such Control available in the basic .Net library,
so you will have to create your own or google for something similar.
 
Back
Top