Results 1 to 5 of 5

Thread: [RESOLVED] [2008] Help!!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    Resolved [RESOLVED] [2008] Help!!!!

    I'm new to programing and I was wondering what I am doing wrong.
    I have done this before, but today it just won't work .

  2. #2
    Addicted Member
    Join Date
    Jul 2007
    Location
    Slovenia
    Posts
    131

    Re: [2008] Help!!!!

    Check if your webbrowser is named WebBrowser1...
    This code works fine in my project
    Last edited by Miha2c30; Jul 25th, 2008 at 06:55 AM.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    Re: [2008] Help!!!!

    yeah, it is

    I created another project and still displays that error.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2008] Help!!!!

    When the form is being loaded, is there an actual URL to load into the textbox?

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    Re: [2008] Help!!!!

    I found what was wrong.
    the "Me.Text = (WebBrowser1.Url.AbsoluteUri)
    ComboBox1.Text = (WebBrowser1.Url.AbsoluteUri)"
    should go in the WebBrowser1_StatusTextChanged event.

    thanks guys, resolved.

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