App existence...going twice
-
I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t
-
I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t
1. Sorry, don't know this. Probably som API-stuff 2. Try this: if App.PrevInstance then ' app already running endif Øyvind.
-
I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t
Not sure if this will help as it is really old but search MSDN Lib for Q72918 in the title.