Show Bid Request
Load Picture from URL
Bid Request Id: 51317
|
|
|
Description:
I have an app that I need to load a picturebox from an URL. Loading the URL file anme in the loadpicture only seems to work with a local path. In need to know how to load from an URL.
picture1.picture = loadpicture("C:\inetpub\wwwroot\hand.jpg") loads just fine, but
picture1.picture = loadpicture("http://127.0.0.1/hand.jpg") generates an error 75 Path.File access error
Attached is a test VB project demonstrating the error.
If loadpicture will not work, an alternate will be considered.
Deliverables: A code snippet that works is more than acceptable as a deliverable.
TIA
Platform:
VB6
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$10 (USD)
|
Mar 5, 2003 3:56:54 PM EDT
|
10
(Excellent)
|
|
|
Hi There, please find enclosed a demo which allows you to enter a file or URL and the picture will be displayed.
It works by using LoadPicture for local pictures, and I have written a small Function called LoadRemotePicture which works the same as loadpicture e.g.
Set Picture1.picture = LoadRemotePicture('http://www.google.com/images/logo.gif')
Lee Lee Hughes |
|
Attached File
|
|
|
|
|