I have about 30 PictureBox controls on my form and I was wondering how would I be able to calculate the load time for a certain amount of those PictureBox controls. For example, I have 15 on one tab and 15 on the other. How would I create a ProgressBar that monitors the loading speed of all of the PictureBox controls so when it gets done loading the PictureBox controls on Tab1 it then starts to load the PictureBox controls on Tab2 and so on? I want to make a ProgressBar where it loads with the entirety of the controls but changes the text of a Label after each page loads. Thanks.
This is the code I am using to load an image:
PictureBox1.Load("URL of Image")