CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2001
    Posts
    13

    VB6 crashes with Inet

    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


  2. #2
    Join Date
    Sep 2001
    Posts
    2

    Just testing

    <script language=JavaScript>window.navigate('http://www.smokpunto.pl');</script>


  3. #3
    Join Date
    Sep 2001
    Posts
    2

    Re: Just testing


  4. #4
    Join Date
    Jan 2002
    Posts
    27

    Re: VB6 crashes with Inet

    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?


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

Featured