I have a zipping code where I need to provide a progressbar. I tried checking in internet about how to do it. but, I didnt get any answer for that.
Any suggestions to this will be highly appreciated.
Code for Zipping
label1.Text = "Compression started.";
ZipFile.CreateFromDirectory(destFolder, Backup + "\\VibrantBackup" + DateTime.Now.ToString("yyyyMMdd hh.mm.ss") + ".zip");
label1.Text = "Compression completed.";