|
-
Jun 26th, 2002, 08:24 AM
#1
Thread Starter
Member
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.
-
Jun 26th, 2002, 09:33 AM
#2
I wonder how many charact
Doesn't sound like an issue to me...
but you may want to look at Cotney.com again...
-
Jun 26th, 2002, 09:41 AM
#3
Thread Starter
Member
It is an issue
And huh?
-
Jun 26th, 2002, 09:44 AM
#4
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
-
Jun 26th, 2002, 10:08 AM
#5
Thread Starter
Member
The program will have to end sometime
-
Jun 26th, 2002, 10:14 AM
#6
PowerPoster
Well
I have problems with certain controls that cause this problem...
Add a button to the form, and :
VB Code:
Dim frm as Form
For Each frm In Forms
Unload frm
Set frm=Nothing
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....
-
Jun 26th, 2002, 10:22 AM
#7
I wonder how many charact
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...
-
Jun 26th, 2002, 10:43 AM
#8
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|