954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to get the web address of the a site that i navigate to web browser

hi,
In my program i have a textbox and a webbrowser and i am using vb.net
My question is how to get the web address of the a site that i navigate to web browser and display it in a textbox?
Like when we are browsing the internet the web address bar change whenever we leave the site and go to other sites.

i want my texbox to be look like the web address bar.

thank you in advance.

sreeram01
Newbie Poster
14 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

You get current url with

TextBox1.Text = WebBrowser1.Url()


HTH

Teme64
Veteran Poster
1,031 posts since Aug 2008
Reputation Points: 218
Solved Threads: 203
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You