I would like to avoid when my program is running, a second call of this application (under Win its possible to start the same program until you are running out of memory).
Under DOS I solved the problem with the Multiplex Interrupt.
What should I do under DLL6.0 or VB6.0 ?
Under DOS I solved the problem with the Multiplex Interrupt.
What should I do under DLL6.0 or VB6.0 ?
Comment