|
-
Nov 24th, 2007, 06:10 AM
#1
Thread Starter
Lively Member
Displaying progress bar while loading data to a textfile
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 Hope I Could be Great Like You
-
Nov 24th, 2007, 06:29 AM
#2
Re: Displaying progress bar while loading data to a textfile
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|