Reading large files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am writing a Windows app using C# which will read large files. As a common thing to do, I would use a worker thread to read in the file and upate the progress bar in my UI thread. How would this usually be done? Can you guru point me to some articles or sample code?
Thanks for your kind help.


Michael
 

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