How to show progress bar while encrypting file in C#
Posted: Mon Sep 10, 2012 9:16 am
I am using AES Crypt in my C# program and I want to show a progress bar so that user can know how much work is done. I want to encrypt one file at a time so no need to handle progress dialogs for multiple files or I want it simple in other words.
I have tried but I have no idea on how to do this? Please help me this is important.
In the accompanied AES c++ gui program the programmer have created a progress bar and I liked it very much. I opened that c++ code and tried to figure out how it works but even after debugging the code line by line, I still don't understand how it is done in c++.
Can anyone give me a sample code for this problem?
I have tried but I have no idea on how to do this? Please help me this is important.
In the accompanied AES c++ gui program the programmer have created a progress bar and I liked it very much. I opened that c++ code and tried to figure out how it works but even after debugging the code line by line, I still don't understand how it is done in c++.
Can anyone give me a sample code for this problem?