Hello, how i can Download a String, here is a example in VB:
With this i can download the source code from http://www.b4x.com ... how i can do this in B4A ?
Sorry,but my English is not so good.
B4X:
Dim wc as New Net.WebClient
Label1.Text = wc.DownloadString("http://www.b4x.com")
With this i can download the source code from http://www.b4x.com ... how i can do this in B4A ?
Sorry,but my English is not so good.