Link to home
Start Free TrialLog in
Avatar of thangaraj
thangaraj

asked on

To Know Running Application

Is it possible to know the Name of the Applications are running in the System ?.
For Ex : I need to give Msg if they are running the application already.
ASKER CERTIFIED SOLUTION
Avatar of Lewy
Lewy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If it is your app that you want to test, use:
If App.Previnstance Then
    'There is already one instance running
End If