LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple exes at same time

Hi,

 

I'm having a doubt regarding exe activation.I'm having say ab.exe in my pc.I double clicked it and have the exe running.Now is it possible to deactivate the activation of a another instance of the same exe i.e., ab.exe.In short in my system I don't need two instances of ab.exe running..Please reply.

 

Rgds,

vava

0 Kudos
Message 1 of 2
(2,922 Views)

You can use CheckForDuplicateAppInstance ( ) function to detect if another instance of your application is been running and decide wether to proceed in executing your own instance. See the linked help page for reference.

 

 



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,918 Views)