Search found 1 match

by imranshafqat
Mon Sep 10, 2012 9:16 am
Forum: AES Crypt
Topic: How to show progress bar while encrypting file in C#
Replies: 1
Views: 5451

How to show progress bar while encrypting file in C#

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 ...