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
Ryan