Results 1 to 21 of 21

Thread: [Help] Webbrowser Webpage Error?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Unhappy [Help] Webbrowser Webpage Error?

    Link to website: http://quickfind.kassad.in/

    When i go to this website on google chrome, internet explorer, etc it shows the page.

    Name:  normal.png
Views: 560
Size:  425.6 KB

    When i go to this website in VS 2012, It shows this

    Name:  Glitch.png
Views: 284
Size:  287.9 KB

    Please help!

  2. #2

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Bump.

  3. #3
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: [Help] Webbrowser Webpage Error?

    What are you expecting us to say? The page din't render correctly in the VS inbuilt browser. These things happen. Have you tried again since?
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by dunfiddlin View Post
    What are you expecting us to say? The page din't render correctly in the VS inbuilt browser. These things happen. Have you tried again since?
    I've been trying to get this to work for a month strait and have been testing everyday. I've tried refreshing which also does not work.

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by dunfiddlin View Post
    What are you expecting us to say? The page din't render correctly in the VS inbuilt browser. These things happen. Have you tried again since?
    Could you try entering this in your visual studio and see if it works? I would appreciate it.

  6. #6
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: [Help] Webbrowser Webpage Error?

    So why is it so important that that page is rendered correctly in the built in browser? What has that to do with your project?

  7. #7

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by Joacim Andersson View Post
    So why is it so important that that page is rendered correctly in the built in browser? What has that to do with your project?
    I'm currently building a program to help League of Legend players and with that glitched webpage the HTML on the website is incorrect/glitched also (which i need for this feature of my program to function).

  8. #8
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: [Help] Webbrowser Webpage Error?

    Already did. Worked perfectly. I'm just not sure what use it is to you to have it there, working or not. The facility is essentially only a courtesy from Microsoft to make sure you get eyefuls of their latest stuff.

    EDIT: Just tried it in the VS WebBrowser control. No problems there either. Looks like it's your Internet settings that are the problem, not the page.
    Last edited by dunfiddlin; Mar 22nd, 2013 at 03:45 PM.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  9. #9

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by dunfiddlin View Post
    Already did. Worked perfectly. I'm just not sure what use it is to you to have it there, working or not. The facility is essentially only a courtesy from Microsoft to make sure you get eyefuls of their latest stuff.
    Could you teamview me by any chance so i could show you? I'm currently running 64bit system, VS 2012, VB.Net

  10. #10

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    @dunfiddlin @Joacim Andersson Maybe this is why? I get the following errors when i navigate to the webpage:

    Name:  error1.png
Views: 233
Size:  324.1 KB

    Name:  error2.png
Views: 240
Size:  321.7 KB

  11. #11
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: [Help] Webbrowser Webpage Error?

    So it gives a script error and stops rendering the page. So why is this important for you? What has it to do with anything you're doing? What is your programming task? What can we help you with? We obviously can't rewrite the built in webbrowser in Visual Studio for you.

  12. #12

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by Joacim Andersson View Post
    So it gives a script error and stops rendering the page. So why is this important for you? What has it to do with anything you're doing? What is your programming task? What can we help you with? We obviously can't rewrite the built in webbrowser in Visual Studio for you.
    I said in a previous post what this is for. I'm wondering how can stop these errors from happening? Is it happening due to a java issue?

  13. #13
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by unSatisfied View Post
    I said in a previous post what this is for. I'm wondering how can stop these errors from happening? Is it happening due to a java issue?
    No you didn't! What has the browser in Visual Studio to do with Visual Basic.Net, you obviously must think it has since you posted it in a programming forum for VB.Net? Have you written that web page? If not then you can't change it can you? You can change your Internet Settings to avoid getting that error message box.

  14. #14
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: [Help] Webbrowser Webpage Error?

    What IE version you using?
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  15. #15

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by Joacim Andersson View Post
    No you didn't! What has the browser in Visual Studio to do with Visual Basic.Net, you obviously must think it has since you posted it in a programming forum for VB.Net? Have you written that web page? If not then you can't change it can you? You can change your Internet Settings to avoid getting that error message box.
    I said in the previous post that I'm currently building a program to help League of Legend players and with that glitched webpage the HTML on the website is incorrect/glitched also (which i need for this feature of my program to function). I need the real non glitched HTML to use getelementbyid for some values. And i've tried in vb.net webbrowser and still doesnt work.

  16. #16

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by dunfiddlin View Post
    What IE version you using?
    i'm using 9

  17. #17
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: [Help] Webbrowser Webpage Error?

    But there is nothing we can help you with. If the page has JavaScript errors then the JavaScript for the page need to be changed. It has nothing to do with VB.
    Thread moved

  18. #18

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by Joacim Andersson View Post
    But there is nothing we can help you with. If the page has JavaScript errors then the JavaScript for the page need to be changed. It has nothing to do with VB.
    Thread moved
    It actually does because if you would actually read my posts i clearly said it works perfect in all other browsers like chrome, safari, mozilla, and internet explorer.

  19. #19
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: [Help] Webbrowser Webpage Error?

    So why does it have to work in the built in browser? Your code can hardly depend on the user opening the page in Visual Studio does it? And the error message has nothing to do with your VB code, it's a JavaScript error!

  20. #20

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by Joacim Andersson View Post
    So why does it have to work in the built in browser? Your code can hardly depend on the user opening the page in Visual Studio does it?
    The webbrowser is implemented into the program i am making. It needs to work and not pull up internet explorer or anything because im using getelementbyid and making some values in the HTML the text of labels in my app.

  21. #21

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    36

    Re: [Help] Webbrowser Webpage Error?

    Quote Originally Posted by dunfiddlin View Post
    What IE version you using?
    What version of IE do you have? I think this may be the reason why it is not working.

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