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:
Just wondering if theres anything I can do from that for thisCode:PictureBox1.Image = New System.Drawing.Bitmap(New IO.MemoryStream(New System.Net.WebClient().DownloadData(TextBox1.Text)))
Thanks in advance





Reply With Quote