thayaparan
New member
- Joined
- Mar 15, 2008
- Messages
- 1
- Programming Experience
- 1-3
hi, i want to get webpage's code (html) through vb.net, that code come into textbox. if anyone can answer me please. thanks.
Using wc As New Net.WebClient
Me.TextBox1.Text = wc.DownloadString("URL here")
End Using