Good day,
It's me again,
How can i show a progress bar while loading data to a textfile.
And showing this text to a label: "Record <row number> of <total row>
Thanks.
Printable View
Good day,
It's me again,
How can i show a progress bar while loading data to a textfile.
And showing this text to a label: "Record <row number> of <total row>
Thanks.
I would suggest displaying a dialogue box containing your ProgressBar and Label, then using a BackgroundWorker to load the file in the background. Follow the link in my signature to see how to use the BGW. The code is VB but the principles are exactly the same.