Results 1 to 5 of 5

Thread: window browser error

  1. #1

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    window browser error

    I have a web browser which loads a web page (nomad.tdzk.com) and encouters 3 errors while doing it. i have loaded the same page in both IE6 and firefox and had no problems at all... here is the code to see the error for urselves:

    VB Code:
    1. Private Sub Form_Load()
    2. WebBrowser1.Navigate "http:\\nomad.tdzk.com"
    3. End Sub

    (just add a web browser control)

    any suggestions?
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  2. #2
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: window browser error

    The "error" is standard and happens on any javascript pages...in your form_load put "webbrowser1.silent = true" and it'll shut it up...this is normal, don't worry :-)
    Well, everyone else has been doing it :-)
    Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
    Expect more to come in future
    If I have helped you, RATE ME! :-)

    I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!

    And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.

  3. #3

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Re: window browser error

    already tried that and it just brings up the "just in time debugger" window instead of the error (i.e. it acts as tho the error has come up and ive pressed yes).

    just tried it on my bro's pc and it doesnt have any errors at all.... dont get it
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  4. #4

  5. #5

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Re: window browser error

    aaaaa i dont get it. it was working earlier then it just starting getting these errors. but it works fine on any other computer
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

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