How do I make the program run only once?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How do I make the program run only once?

#1 Post by Eugene Lutsenko »

How do I make the program run only once? That is, if it is already running, so that it gives a message that the program is already running and has not been started a second time? I know how to find out which programs are running and how to interrupt their execution. I do not know how to prevent the restart of an already running program.

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How do I make the program run only once?

#2 Post by Tom »

Look at "DC_IsAppRunning()".
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."


User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How do I make the program run only once?

#4 Post by Tom »

You're welcome. :)
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply