Hello,
I've used the Shell command behind the onclick-property of a form to open the windows calculator as follows :
shell (c:\windows\system32\calc.exe)
and it works fine.
However, everytime I click on this button, it opens another calculator.
Does anyone know any piece of code to check if an application is already open, and if so, go back to the one already open and not starting a new one ??
Regards,
Peter
I've used the Shell command behind the onclick-property of a form to open the windows calculator as follows :
shell (c:\windows\system32\calc.exe)
and it works fine.
However, everytime I click on this button, it opens another calculator.
Does anyone know any piece of code to check if an application is already open, and if so, go back to the one already open and not starting a new one ??
Regards,
Peter