CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    7

    Angry Make a label be a URL-straight from a web browser object!

    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

  2. #2
    Join Date
    Nov 2010
    Posts
    42

    Re: Make a label be a URL-straight from a web browser object!

    label.Text = webbroser.Url.ToString()

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured