Hi everyone, I'm stuck on a progress bar problem. I just wanted to know how I would go about getting the value of a progress bar, and converting it to a string to display in a label.
I am doing a task with the progressbar, and I wanted to know how to get the value of the progress bar, and display it in a label above of it.

I thought :

Code:
TextBox1.Text = ProgressBar1.Value.ToString()
But I get an error.

Any thoughts?