Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/10/2005, 05:36
Avatar de aldo1982
aldo1982
 
Fecha de Ingreso: noviembre-2004
Ubicación: Santa Fe (Argentina) Colon F.C
Mensajes: 1.362
Antigüedad: 20 años, 5 meses
Puntos: 6
Cita:
Iniciado por David el Grande
Detectar los cambios es fácil, te digo, coloca un Timer en tu Form junto con el Navegador, no, y creas el Text, con JavaScript lo modificas cada vez que quieres que haga algo.... El código en el Timer sería:
Código:
 
Private Sub Timer1_Timer()
Dim Value As String
Value = WebBrowser1.Document.Forms(0).nombre_del_input.Value
Select Case UCase(Value)
Case "BUSCAR"
'Aqui el Código para Buscar
Case "CUALQUIER OTRA ACCIÓN QUE SE TE OCURRA PONER EN EL TEXT"
End Select
End Sub
bue leyendo veo y la verdad es ke no entiendo la funcion del webrowser :(((( alguien me podria explicar ke es lo ke hace ? bue is es mucha molestia no hay problema :(
salu2
__________________
LA MUERTE ESTÁ TAN SEGURA DE VENCER QUE NOS DA TODA UNA VIDA DE VENTAJA