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
 
Back
Top