Demoro mano.....
teoricamente seria vc mapear o evento KeyPress.. fiz um exemplo aqui !!!!!!!
Private Sub TxtUrlNavigate_KeyPress(sender As Object, e As KeyPressEventArgs) Handles txtNavegador.KeyPress
If e.KeyChar = Chr(Keys.Enter) Then
WebBrowser1.Navigate(TxtUrlNavigate.Text)
WebBrowser1.Focus()
End If
End Sub
mas tem como vc colocar o código q vc já tem feita pr gente dar um tapa ?????????????????
Diego Almeida Barreto
System Analyst / Software Developer
