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 (lets say it's floating somewhere at 100,400) and the position this window at 0,0.
What's the easiest way to achieve this?