Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/12/2003, 06:54
subzerozmk
 
Fecha de Ingreso: abril-2003
Mensajes: 33
Antigüedad: 21 años
Puntos: 0
hola

veras

cree un browser con el ocx microsoft internet controls

ahora, cree un boton (command1)

Private Sub Command1_Click()
browser.Navigate Name "c:\pruebat.html" As "c:\pruebat.txt"
End Sub

y no jala

tambien intente

Private Sub Command1_Click()
Dim opc As String
opc=Name "c:\pruebat.html" As "c:\pruebat.txt"
browser.Navigate opc
End Sub

y tampoco jala

como debe ser?

gracias