Results 1 to 2 of 2

Thread: PROBLEM: Accessing Websites to Download Info

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Location
    Sydney
    Posts
    1

    Exclamation 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

  2. #2
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460
    To save images:
    VB Code:
    1. 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
  •  



Click Here to Expand Forum to Full Width