Foros del Web » Programación para mayores de 30 ;) » .NET »

duda key down

Estas en el tema de duda key down en el foro de .NET en Foros del Web. Bueno tengo lo siguiente @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código ASP: Ver original Private Sub w_Navigating ( ByVal sender As Object, ByVal e As System. Windows . Forms ...
  #1 (permalink)  
Antiguo 08/06/2010, 06:21
Avatar de angel1993  
Fecha de Ingreso: octubre-2009
Mensajes: 752
Antigüedad: 14 años, 6 meses
Puntos: 22
duda key down

Bueno tengo lo siguiente
Código ASP:
Ver original
  1. Private Sub w_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles w.Navigating
  2.  
  3.         Dim wc As System.Net.WebClient = New System.Net.WebClient
  4.  
  5.         Dim texto$ = wc.DownloadString(e.Url)
  6.         Dim ff% = FreeFile()
  7.         FileOpen(ff, "c:\iniciotemp.html", OpenMode.Output)
  8.         PrintLine(ff, texto)
  9.         FileClose(ff)
  10.         w.Navigate("file://c:\iniciotemp.html")
  11. end sub

osea codigo de fuente que lee codigo de fuente que descarga, quiero que al pulsar CTRL no descarge seria algo así como poner un if y tal, he leido pero me cambian el byval e o no se que movidas.. me lia un monton..

Etiquetas: key
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:49.