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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top