|
-
May 31st, 2013, 10:09 AM
#1
Thread Starter
Hyperactive Member
Progressbar for generating hash
Hi,
I wish to create a progress bar for my program to compute hashes like SHA1.
Currently if I were to generate the hash from a large file, the application will look as if it is hang particularly when user click inside the form.
I am not sure whether progressbar is a good solution that can help to solve this issue, or at least let user know know the current progress so that they will wait for the computation to complete.
I came across a few methods for coding progress bar which mostly is based on manual coding/calculation. I wonder is there an automatic way which will generate the progress bar based on the class/function that I use e.g. SHA1CryptoServiceProvider
Please advise.
Thanks
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
|