Results 1 to 2 of 2

Thread: URL text showing...

  1. #1

    Thread Starter
    Member Cahlel's Avatar
    Join Date
    Aug 2000
    Location
    Earth (I think)
    Posts
    63

    Exclamation

    I made a stripped down browser, and It has a text box that is where you type the URL, but when you click on a link, the text doesn't change to where you are, what's the code to fix this? Please help
    Wisdom is supreme, therefore get wisdom,
    though it costs all you have, get understanding.
    Proverbs 4:7

  2. #2
    Guest
    Well you need a label to show the status.

    Code:
    Private Sub webbrowser1_StatusTextChange(ByVal Text As String)
    Label1.Caption = Text
    End Sub

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