I use VS C#2010 and .NET V4 and i want to make the form title be the URL of a webbrowser control
Also i have made a label and also want that to display the URL so the application would be great!!
Thanks!!
Could you post some code e.t.c
Printable View
I use VS C#2010 and .NET V4 and i want to make the form title be the URL of a webbrowser control
Also i have made a label and also want that to display the URL so the application would be great!!
Thanks!!
Could you post some code e.t.c
label.Text = webbroser.Url.ToString()