|
-
Apr 8th, 2010, 01:13 PM
#1
Thread Starter
Lively Member
[RESOLVED] How To Handel Picture Box Errors
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
-
Apr 8th, 2010, 08:57 PM
#2
Re: How To Handel Picture Box Errors
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.
-
Apr 8th, 2010, 10:07 PM
#3
Thread Starter
Lively Member
Re: How To Handel Picture Box Errors
iam using this method
PB1.Load (URL)
What Is The Other Method Any Example Please
-
Apr 8th, 2010, 10:10 PM
#4
Re: How To Handel Picture Box Errors
-
Apr 9th, 2010, 03:06 AM
#5
Thread Starter
Lively Member
Re: How To Handel Picture Box Errors
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|