Holger,
I was under the impression that you ment the application (your
application)
which was being used. Using the Process class you can get a hold of other
processes than your own. You do not provide any information about the
application which is being interacted with (like, did you develop it
yourself etc)
so I can only provide you with some general informtion. The process class
has
three other static methods which may help you
- GetProcessById
- GetPriocesses (You could enumerate them will you found the right exe
etc)
- GetProcessesByName
Perhaps you could provide us with a bit more information on what you are
trying
to do?
HTH,
//Andreas