|
-
Jul 3rd, 2002, 11:46 AM
#1
Thread Starter
New Member
how to save pics(jpg) from web ??
hi all
i am a realy newbie and i am using visual basic.net
please help me!
how can i if i know only the webadress of any pic
for examlpe http://www.samlpe.com/samlpe/samlpe.jpg
to copy this pic on my harddisk ? using vb.net ?
-
Jul 7th, 2002, 03:34 AM
#2
New Member
It's very easy:
dim x as system.net.webclient()
x.downloadfile("http://www.samlpe.com/samlpe/samlpe.jpg", "c:\sample.gif")
cu
ambient
-
Jul 7th, 2002, 08:48 AM
#3
Thread Starter
New Member
thank you ambient very much!!
if i write instead ->dim x as system.net.webclient()
->dim x as new system.net.webclient()
then it works great
THANKS A LOT !!
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
|