How can I get and set the position of another application using C#?
For example, I would like to get the top left hand coordinates of Notepad (let’s say it's floating somewhere at 100,400) and the position this window at 0,0.
What's the easiest way to achieve this?