I would like to add the percentage of completion to my Windows App along with the Progress Bar. In my code I wrote:
progressBar1.Value = counter; per