Can somebody help, I want to use a progress bar to show me the status of the Form Load as it takes several seconds.
Thank you in anticipation
Printable View
Can somebody help, I want to use a progress bar to show me the status of the Form Load as it takes several seconds.
Thank you in anticipation
In your form load event put progressbar.value=10 and further on progressbar.value=20 and so on. You will have to load show the form first else you wont see the progressbar updating.