Webbrowser Fatal Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Computer Guru
    New Member
    • Mar 2008
    • 16

    #1

    Webbrowser Fatal Error

    Certain sites I visit with my browser give me fatal errors.
    They work with IE so why not an IE browser on a Win32 Application?

    I have tried
    ~ On Error Resume Next
    but it doesn't seem to work.

    Unless you are self employed, you know that Mr. Boss doesn't like fatal errors. Please help!
  • jg007
    Contributor
    • Mar 2008
    • 283

    #2
    Originally posted by Computer Guru
    Certain sites I visit with my browser give me fatal errors.
    They work with IE so why not an IE browser on a Win32 Application?

    I have tried
    ~ On Error Resume Next
    but it doesn't seem to work.

    Unless you are self employed, you know that Mr. Boss doesn't like fatal errors. Please help!
    there is not really a lot of information on here, do you have an example script and website and what do you do immediately prior to the fatal error? also do you have the details on the fatal error

    not sure if I could advise on this one but I think you really need to provide more details.

    Comment

    • Computer Guru
      New Member
      • Mar 2008
      • 16

      #3
      Originally posted by jg007
      there is not really a lot of information on here, do you have an example script and website and what do you do immediately prior to the fatal error? also do you have the details on the fatal error

      not sure if I could advise on this one but I think you really need to provide more details.
      Examples: Freewebs, youtube, addicting games, the scripts, etc.
      All the error report say is "WindowsApplica tion1 has encountered an error and needs to close."

      Comment

      • jg007
        Contributor
        • Mar 2008
        • 283

        #4
        Originally posted by Computer Guru
        Examples: Freewebs, youtube, addicting games, the scripts, etc.
        All the error report say is "WindowsApplica tion1 has encountered an error and needs to close."
        what happens when you run the application in debug mode through VB?, this sounds like you are running it as a standalone and an exception is not being caught

        Comment

        • Computer Guru
          New Member
          • Mar 2008
          • 16

          #5
          Originally posted by jg007
          what happens when you run the application in debug mode through VB?, this sounds like you are running it as a standalone and an exception is not being caught
          Thanks, that's what it was. I owe you one!

          Comment

          Working...