You Need To import system.net
Public Sub Download_STR(byval url String)
dim val As New webclient
Return val.downloadstring(url)
End Sub
This Function is Pretty easy To use into Application
Just Type Any Where
Download_STR("Your Url here")
No comments:
Post a Comment