newbie82
Member
- Joined
- Mar 7, 2005
- Messages
- 9
- Programming Experience
- Beginner
Hello,
I am making a web browser and would like to navigate my axwebbrowser to a url specified in a txt box on another form by a click event on a button.
This is what I have in the click event:
myForm1.AxWebBrowserMain.Navigate(myForm2.coboFav.Text)
I get no errors, but it doesnt work.
I'm new to this and easily confused, any help would be greatly appreciated.
Thanks.
I am making a web browser and would like to navigate my axwebbrowser to a url specified in a txt box on another form by a click event on a button.
This is what I have in the click event:
myForm1.AxWebBrowserMain.Navigate(myForm2.coboFav.Text)
I get no errors, but it doesnt work.
I'm new to this and easily confused, any help would be greatly appreciated.
Thanks.