Results 1 to 4 of 4

Thread: How to handle handles in vb6, differences during dev and when compiled

Threaded View

  1. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2020
    Posts
    23

    Re: How to handle handles in vb6, differences during dev and when compiled

    Thanks for the reply. This was the first thing I tested. But then I was not convinced it would 'simulate' a proper crash, now I know differently. And running a compiled app will indeed close any handles I may not have closed. So restarting the application will grant me access to the device.

    But why is this not taking place from within the IDE? isn't VB6 in fact a running process on it's own in which I start the same application?
    If the program ends within the IDE, deliberately or not, the handle isn't closed. not unless I restart VB6.exe

    If I try to close the handle during form load, I can't . Is this because I'm actually starting a different process from within the IDE?

    Restarting the IDE is needed to re-gain control of the device that I didn't close before.

    Why can't I close the handle to the device if I do a restart in between?
    Last edited by rikdol; Nov 16th, 2020 at 08:45 AM.

Tags for this Thread

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