I don\'t know how long an action could take and I want to display a progress bar to the user in a dialog box. I\'ve tried using System.Windows.Forms.ProgressBar but it doesn
There might be a better way, but one way is just to set Value back to 0 when it reaches the end (assuming your task isn't complete)