R
Ramona
Hello to all,
I tried to find out which applications are running but get only the
running processes.
Dim p As Process
For Each p In Process.GetProcesses
Debug.WriteLine(p.ProcessName)
Next
Have anyone a good idea how to get the application name?
Many thanks for your help.
Ramona
I tried to find out which applications are running but get only the
running processes.
Dim p As Process
For Each p In Process.GetProcesses
Debug.WriteLine(p.ProcessName)
Next
Have anyone a good idea how to get the application name?
Many thanks for your help.
Ramona