Hi, I'm trying to experiment alittle with C#, I'm new to it.

I'd like to know how to refresh a progress bar so the "ugly blue boxes" arn't still hanging around after a file has loaded. Is there a way to refresh the progress bar?

Something like -> progressBar1.Refresh();

Thanks