|
-
Apr 28th, 2004, 05:57 AM
#1
Thread Starter
New Member
PROBLEM: Accessing Websites to Download Info
Hi all,
I was just wondering if anybody knew how to access websites in a VB.Net application, from which an image and certain text can be downloaded, to a folder and database respectively.
Also, i was wondering how to save pictures as new files from a picture box within VB.Net.
Thanks
-
Apr 28th, 2004, 08:08 AM
#2
Hyperactive Member
To save images:
VB Code:
Me.PictureBox1.Image.Save(theFile, Imaging.ImageFormat.Jpeg) ' Or any other format
About the other things, search for it in the codebank.
http://www.vbforums.com/forumdisplay.php?s=&forumid=46
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
|