hi all,
i want to add a progress bar which will show the progress of the image been loading in the picture box.
please help me ...............
thanks
Printable View
hi all,
i want to add a progress bar which will show the progress of the image been loading in the picture box.
please help me ...............
thanks
Hi.
I think the picturebox will load the image so fast there's no point in putting a progress bar.
If loading the image will take long enough that it's worth showing a progress bar, like if it's being downloaded from the Web, then you should be calling the LoadAsync method of the PictureBox. See the MSDN help topic for the PictureBox.LoadProgressChanged event for a code example of what you want.