954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

PictureBox Loading Help

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")
NetJunkie
Junior Poster
158 posts since Aug 2011
Reputation Points: 41
Solved Threads: 28
 

Hi !
i think if u use pre defined path for images , then all the images will load at the load event of the form , so there is no use of a progress bar ,

Regards

M.Waqas Aslam

waqasaslammmeo
Posting Pro in Training
472 posts since Aug 2011
Reputation Points: 38
Solved Threads: 82
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: