Hi
Iam using a picturebox to load pictures from internet but if internet connection is slow the it give some error 403 forbidden how to handel this error and reload the picture
and if 404 not fount error appear then how to handle that error
Printable View
Hi
Iam using a picturebox to load pictures from internet but if internet connection is slow the it give some error 403 forbidden how to handel this error and reload the picture
and if 404 not fount error appear then how to handle that error
You should load the image asynchronously if you aren't already. You can then handle the LoadCompleted event and it will provide you with information about the result.
iam using this method
PB1.Load (URL)
What Is The Other Method Any Example Please
You can always look for yourself first.
http://msdn.microsoft.com/en-us/libr...=VS.90%29.aspx
thanks ......... You