[Gambas-user] Getting a web page with curl

ihernandez at ...478... ihernandez at ...478...
Tue Oct 26 12:41:42 CEST 2004


Hello. i'm trying to get a web page into a textbox.
i did this but it fails:

Dim x as New HttpClient
x.Url = "http://www.google.com"
x.Get
TextBox1.Text = x.Peek()

What can i do?
Thanks!
Ivan





More information about the User mailing list