Hi,
I’d like to know if there is a way to check if an external process not related to Unity is running in my PC, and if it’s running, check his position in my screen.
I’ll try to put an example: Imagine I want to know if I have a Google Chrome browser open, and after checking if I have this running, I want to know its position in my screen and its size because I want to put a smiley face at the center of it.
I already know that System.Diagnosis lets me check if a process is running, but I still don’t know how to check its position.
I don’t know if I have explained it well (and sorry for my English). Thanks!,Hi,
I’d like to know if there is a way to know if I have an application running and if it is, check his position in my screen. I’ll try to put an example: If you have a Google Chrome browser open, I’d like to check it and then. check where is his position in my screen to put a smiley face on the center of the browser. I don’t know if I am explaining it good, sorry.
I already know that you can use System.Diagnostics to get process, but I dont know if after that I can check what i want.
Thanks!