How to get ProgressBar value in percentage I use code
but when download starts I get it something like this 13253 % whereas it should be like 2% or so on
Code:
Label1.Caption = ProgressBar1.Value & " %"