Results 1 to 8 of 8

Thread: Weird Inet bug

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    Weird Inet bug

    In my project I have an Inet control. When I run the project and don't mess with the Inet and click End (i.e., the one in the toolbar in VB), the program ends nice and quickly as it normally does. However as soon as I call an OpenURL and then try to end the program, it takes up to 10 seconds for it to die. VB completely locks up until the program closes. However within my app, after I call OpenURL the app itself is still nice and snappy.


  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Doesn't sound like an issue to me...
    but you may want to look at Cotney.com again...

  3. #3

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    It is an issue

    And huh?

  4. #4
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Patient : Doctor, it hurts when I do this...

    Doctor : Then don't do that.
    Don't hit the Stop button.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  5. #5

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    The program will have to end sometime

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    I have problems with certain controls that cause this problem...

    Add a button to the form, and :

    VB Code:
    1. Dim frm as Form
    2.  
    3. For Each frm In Forms
    4.  
    5. Unload frm
    6.  
    7. Set frm=Nothing
    8.  
    9. Next

    This is my safe exit when testing forms that otherwise would crash if I use END on the toolbar...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  7. #7
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    However within my app, after I call OpenURL the app itself is still nice and snappy.
    So basically, your only having problems when running the project through the IDE (using the run command). But, as a full compile, it works fine... which would mean, its not really an issue... except you have to wait 10 secs when your testing the app... correct?

    Your contney.com site is missing the index file...

  8. #8

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Re: the site, I don't really administer it anymore *removes link from sig*

    Here's specifically what I mean:

    1. Clicking the End button: locks up and then finally closes
    2. Ending the program even using Set ... = Nothing does the same thing

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