Results 1 to 18 of 18

Thread: [2008] Download text from internet

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2007
    Posts
    73

    Exclamation [2008] Download text from internet

    Hey, I'm trying to get a line of text from a webpage, and put it in a label. Just some experimenting stuff. I have this to download an image:

    Code:
    PictureBox1.Image = New System.Drawing.Bitmap(New IO.MemoryStream(New System.Net.WebClient().DownloadData(TextBox1.Text)))
    Just wondering if theres anything I can do from that for this

    Thanks in advance
    Last edited by want a pie; Apr 13th, 2008 at 06:35 AM.

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