Saturday, May 18, 2013

Visual Basic.Net Download String Function

 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