| | Posted 6/13/2009 2:14:17 PM | |
| Forum Member
       
Group: Forum Members Last Login: 1/27/2010 10:58:06 PM Posts: 73, Visits: 311 |
| I have a simple question that I am sure anyone on this site can answer, but me.....lol
I have a program that has a webbrowser in it. I have everything set up correctly and it works fine. I have a toolstrip that has a combo box that shows all the websites that the user goes to.
My problem is that the website url's only stay on the urls that I type into the combo box.... (example: www. google. com) and stays on google.com instead of collecting the full search url.
If you type vb.net into the search box in google the new url in the combo box is:
http: //www .google.com/#hl=en&q=vb.net&aq=f&oq=&aqi=g10&fp=q07gBlqSm5s
but mine stays at www. google.com
Anyone know how I can get the new url in the toolstripcombobox instead of the original typed address???
Thanks in advanced
daveofgv |
| | | Posted 6/17/2009 2:24:19 PM | |
| Forum Member
       
Group: Forum Members Last Login: 1/27/2010 10:58:06 PM Posts: 73, Visits: 311 |
| Admin - this post should be considered closed.
I found the answer. I was missing part of a declaration.
|
| |
|
|