|
-
Feb 25th, 2014, 06:13 PM
#1
Thread Starter
Junior Member
VB 2010 WebBrowser - page wont load completely
Hello all;
I'm using a Webbrowser control to login to Google Webmaster Tools. For some reason the main page wont load completely. Some parts of the page get loaded but not all as you would see in the image below.
<<< sorry having trouble inserting the image>>>
Any idea why this happens? Any solutions? Your suggestions are greatly appreciated.
(I use IE Version 11)
Thank you
JB
-
Feb 25th, 2014, 07:49 PM
#2
-
Feb 26th, 2014, 10:49 AM
#3
Thread Starter
Junior Member
Re: VB 2010 WebBrowser - page wont load completely
Thank you 'dday9' for the instructions.
So all you are doing is navigating your WebBrowser control to the Google webmaster tool page, nothing else, and it will not load all of the components?
Yes, and this is what the page look like... as you can see it's trying to load, but not.

I left the page for an hour to load but it still looked like this at the end... I don't know what's wrong.
Can some one please help? Thanks! 
JB
-
Feb 26th, 2014, 10:58 AM
#4
Re: VB 2010 WebBrowser - page wont load completely
You may have to try a different web browser control. There are a couple Gecko based ones.
-
Feb 26th, 2014, 06:33 PM
#5
Thread Starter
Junior Member
Re: VB 2010 WebBrowser - page wont load completely
 Originally Posted by jayinthe813
You may have to try a different web browser control. There are a couple Gecko based ones.
bummer! is this mean I have rewrite/redesign everything?
-
Feb 26th, 2014, 07:13 PM
#6
Re: VB 2010 WebBrowser - page wont load completely
 Originally Posted by jayb
bummer! is this mean I have rewrite/redesign everything?
Most likely involves a rewrite to access the web page contents since the control will change. It looks like the webpage involves some kind of AJAX or dynamic loading which can be hard to work with, if it works at all in the Web Browser Control. Are you using the latest version of IE? You can try installing or upgrading your version as the control uses the version installed on the local system. You might have better luck with the more recent versions.
You can take a look at something like the following:
https://code.google.com/p/geckofx/
'
do some searches for "Web Browser Control .NET"
-
Feb 26th, 2014, 08:11 PM
#7
Re: VB 2010 WebBrowser - page wont load completely
What is your Windows and VS version? I just created a browser app in VS2008 and I had no problem getting to that site under both Vista/32 and Win8.1/64.
Maybe you have a firewall or other security software running that is blocking access.
Edit:
When you launch Internet explorer, go to the Help->about menu. What version does that so installed on your computer?
Last edited by TnTinMN; Feb 26th, 2014 at 08:16 PM.
-
Feb 26th, 2014, 11:10 PM
#8
Re: VB 2010 WebBrowser - page wont load completely
 Originally Posted by TnTinMN
Edit:
When you launch Internet explorer, go to the Help->about menu. What version does that so installed on your computer?
In his first post, he stated IE 11.
-
Feb 27th, 2014, 11:26 AM
#9
Thread Starter
Junior Member
Re: VB 2010 WebBrowser - page wont load completely
Are you using the latest version of IE? You can try installing or upgrading your version as the control uses the version installed on the local system. You might have better luck with the more recent versions.
Yes I have the latest IE version 11. I have the same issue with another site (SBI Sitebuilder). When I go to these sites using the IE they all works fine. So it must be something to do with webbrowser control.
I will take a look. Thanks!
-
Feb 27th, 2014, 11:29 AM
#10
Thread Starter
Junior Member
Re: VB 2010 WebBrowser - page wont load completely
 Originally Posted by TnTinMN
What is your Windows and VS version? I just created a browser app in VS2008 and I had no problem getting to that site under both Vista/32 and Win8.1/64.
Maybe you have a firewall or other security software running that is blocking access.
I have Windows 7. I designed the app in VB Express 2010. I don't have a problem visiting these site with IE.
Thanks!
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|