Is it possible to bind a progress bar to a form? I have a status bar that is at the bottom of the form, but when I change the size of the form, the status bar does not adjust (so if anyone knows if there is a resize event and how to access it that would help too).
But I want to put a progress bar on the top of the status bar and have it also adjust to the width of the form based on the form being resized. I just didn't know if there was a way to bind the progress bar to the top of the status bar just as the status bar is bound to the bottom of the form.
But I want to put a progress bar on the top of the status bar and have it also adjust to the width of the form based on the form being resized. I just didn't know if there was a way to bind the progress bar to the top of the status bar just as the status bar is bound to the bottom of the form.