Results 1 to 5 of 5

Thread: Web Browser in Visual Basic

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    32

    Web Browser in Visual Basic

    Hey guys I'm new to the VB forums and I need help with making my Web Browser in Visual Basic. I've set up the address bar so that when you type in it and click the Go button or press enter then it loads it in the browser but if you navigate after loading a page the address bar doesn't display the current website you're on. I'm just wondering how you make the address bar always display the page you're currently viewing?

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web Browser in Visual Basic

    Is this VB6 or VB.NET? You'll need to ask a mod to move this for you depending on your answer.

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    32

    Re: Web Browser in Visual Basic

    VB6 I think, It's on my other computer and I can't remember what it is sorry. But does that change the answer?

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Web Browser in Visual Basic

    Welcome to VBForums

    It changes things rather dramatically.. unfortunately there are several different things which are known as "VB", and they have big variations - worst of all, VB6 isn't necessarily VB6, it might actually be VBA. If you go to "Help"->"About", what is the number shown? (eg: Visual Basic 6.0)

  5. #5

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    32

    Re: Web Browser in Visual Basic

    Never mind I got it

    Code:
    AddressBar.Text = WebBrowser.Url.Absoluteuri
    Thanks anyway

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