|
-
Oct 8th, 2011, 10:16 AM
#1
Re: Problem with LoadImage from http ?
The LoadPicure method accepts hard drive paths only, not URLs
At least 3 ways this can be done:
1. Add a usercontrol to your project and use its download ability via the AsyncRead method. Search forum for examples via key word: AsyncRead
2. Download the image to a file, then use LoadPicture. Example here
3. Download the file straight to the Image control without using LoadPicture. Example here
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
|