G
Guest
Is there a way using .Net to determine which applications are currently
running? For example, in Windows, if you press Alt-Tab, you will see a list
of applications currently running. I have looked at process.getprocesses,
but that returns all running processes instead of just applications. I would
like to fill a listbox with a list of applications (not processes) that are
currently running. Thanks.
running? For example, in Windows, if you press Alt-Tab, you will see a list
of applications currently running. I have looked at process.getprocesses,
but that returns all running processes instead of just applications. I would
like to fill a listbox with a list of applications (not processes) that are
currently running. Thanks.