Results 1 to 3 of 3

Thread: RTE I've never seen..

  1. #1

    Thread Starter
    Addicted Member JVRudnick's Avatar
    Join Date
    Oct 2001
    Location
    Toronto, Canada
    Posts
    135

    RTE I've never seen..

    Hello all...

    have a new vb6 app, that uses a webbrowser.refresh contol setting.

    when I comment out that single line, the app works fine...

    when I try to use same, I get an error I've never seen before...

    RunTimeError " -2147467259 (80004005)"

    Automation Error
    Unspecified Error

    Anyone know why that might be happening?



    Jim
    Jim Rudnick
    MCSD
    KKT INTERACTIVE
    www.kkti.com

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    With out knowing what you are trying to do, this is the best I can come up with: http://search.microsoft.com/search/r...&c=0&s=1&swc=0

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Addicted Member JVRudnick's Avatar
    Join Date
    Oct 2001
    Location
    Toronto, Canada
    Posts
    135

    Here's the thing...

    I'm trying to create a loading tool for my server -- in hopes that it may work out that this *might* have a commercial application.

    What I'm trying to do, is to allow a user (me so far) to type in a website URL. I then load up 50 IPs from a free proxy site.

    The app then goes and changes IE to use that first proxy, then goes to the URL and loads the site into the webbrowser window.

    Once there, the app opens up a new small window, goes and gets another IP, changes IE, then loads the same site by refreshing same. It does this over and over till all 50 IPs are used and that creates a 'similar' load as if the site were actually getting 50 concurrent users. Oh, the page that they go to assigns a session ID in ASP to mark each time the server page was visited.

    This is about the only way I can think of to both load the server, use a diff IP so I can track where the server "failed" to accept a new conn....

    But that aside, it does seem like the app still does work with the simple webbrowser1.refresh line being used...and runs fine without it.

    Anyone? But thanks for those links, I'm gonna investigate...

    Jim
    Jim Rudnick
    MCSD
    KKT INTERACTIVE
    www.kkti.com

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