Hello Everybody !
I am using something like this:
dim tmp as string
URL = "http://www.terra.com.br"
tmp = Inet1.OpenURL(URL, icString)
The problem is that the tmp string is always incomplete. The inet component doesn´t get all the source code from the URL that I request.
I have already test it with ByteArray.
Sorry for my dummie english
