Search found 1 match

by beatrizkhole
Fri Sep 03, 2021 8:07 am
Forum: discbugs
Topic: How to close a previous instance?
Replies: 5
Views: 29212

Re: How to close a previous instance?

Turns out the problem was the SetWinDelay instruction. From the docs: Although a delay of -1 (no delay at all) is allowed, it is recommended.In my case i am calling my applicaton.exe multiple times.I want to check whether another instance is running or not.Could not close the previous instance of th...