Can anyone help me with my url bar code in Visual Basic?
Ok so I created a visual basic web browser (yeah I know I only created an IE engine web browser) and basicly when I put in the url bar (text box) and enter the code:
WebBrowser1.Navigate(TextBox1.Text)
it runs WebBrowser1.Navigate(TextBox1.Text) everytime you type a single character, how do I make it so that it does nothing until you press enter?
Yeah I have a go button but can I not make it so I have like a submit thing and since it is a single lined text enter is submit? I am sure it is cabable because when I do press enter I get a weird sound that you often hear when you try enter a blank value or a bad value
|