JanPRO Well-Known Member Licensed User Longtime User Aug 16, 2013 #1 Hello, how i can Download a String, here is a example in VB: 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.
Hello, how i can Download a String, here is a example in VB: 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.
sirjo66 Well-Known Member Licensed User Longtime User Aug 17, 2013 #2 Yes, it's very very simple. Here are all you need: http://www.b4x.com/android/forum/threads/httputils2-web-services-are-now-even-simpler.18992/ Download HttpUtils2.zip file (from the post), and you see an example about you need. Sergio Upvote 0
Yes, it's very very simple. Here are all you need: http://www.b4x.com/android/forum/threads/httputils2-web-services-are-now-even-simpler.18992/ Download HttpUtils2.zip file (from the post), and you see an example about you need. Sergio
Erel B4X founder Staff member Licensed User Longtime User Aug 17, 2013 #3 Note that HttpUtils2 is already included as a library in B4A v2.7. There is no need to include the two modules. Upvote 0
Note that HttpUtils2 is already included as a library in B4A v2.7. There is no need to include the two modules.
JanPRO Well-Known Member Licensed User Longtime User Aug 18, 2013 #4 Thanks, can you make a example like this from me ? With download the source Code ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2013 #5 There is an example in HttpUtils2 tutorial: http://www.b4x.com/search?query=HttpUtils2+Tutorial Upvote 0