|
-
Jul 25th, 2008, 06:41 AM
#1
Thread Starter
Junior Member
-
Jul 25th, 2008, 06:49 AM
#2
Addicted Member
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.
-
Jul 25th, 2008, 07:03 AM
#3
Thread Starter
Junior Member
Re: [2008] Help!!!!
yeah, it is 
I created another project and still displays that error.
-
Jul 25th, 2008, 07:09 AM
#4
Re: [2008] Help!!!!
When the form is being loaded, is there an actual URL to load into the textbox?
-
Jul 25th, 2008, 07:26 AM
#5
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|