i wont to make so the enter key can submit the url, like on firefox and IE , when i press enter it takes me to website i typed in instead of pressing the button , i had a few guesses but i'm new to vb and got it wrongh
any help would be great
If keyascii = Keys.enter Then WebBrowser1.Nav igate(ComboBox1 .Text)
End if
thanks
any help would be great
If keyascii = Keys.enter Then WebBrowser1.Nav igate(ComboBox1 .Text)
End if
thanks
Comment