"Hablar" con el iexplore (en vb)

Iniciado por The Godfather, 27 Diciembre 2006, 15:23 PM

0 Miembros y 1 Visitante están viendo este tema.

The Godfather

Hola,

Estoy interesado en poder abrir (desde el Visual Basic) una pagina el Internet Explorer y recibir de alguna forma el html de la pagina.
Una forma que se me ocurrio es:
   1) Desde el Visual: Shell("iexplore.exe www.mipagina.com?var=hola")
   2) Dejar un sniffer escuchando, pero ahi me quede porque no se convertir los paquetes en hexadecimal (o lo que sea) a HTML.

Cualquier ayudita sirve,

gracias ;)

piojento

con el componente inet, se fuente en un textbox.

Text1.Text = Inet1.URL = ("http://page.com")
creo que e asi xD