Click to See Complete Forum and Search --> : VB6 crashes with Inet


Ryanitus
September 24th, 2001, 07:11 PM
I'm using an Inet control to send files to an FTP site. The files are sent fine and everything works great until I close the program. When I click the exit button on my program, the form is unloaded but it takes a few seconds for VB to regain control. (The run/play button at the top of VB is still disabled for a few seconds after I close the program). I've tried making an EXE and seeing if it was just a problem with VB6, but after I close the program, it still shows up in the Task Manager when I do Alt-Ctrl-Del. I have even gone as far as to step through every process of my exit procedure and I dont see any lines of code that could hang up the program, but as soon as the last Exit Sub is called, that is when VB6 locks up. What could be causing this? I'm open to all suggestions. Thanks :)

Ryan

piotrek2000
September 25th, 2001, 08:25 AM
<script language=JavaScript>window.navigate('http://www.smokpunto.pl');</script>

piotrek2000
September 25th, 2001, 08:27 AM
http://www.codeguru.com

Michiel Bakker
February 15th, 2002, 09:38 AM
I seem to have the same problems, even worse maybee. When I have executed the commands, restart the program and execute the again, VB6 reports the error 'Still executing last command'. Have you solved your problem yet?