Remove the border of another application
What would be the best way of removing the border of another application? Lets say I wanted to run Calculator, remove its border and place it in the top left corner of my screen. Can I do this programmatically from an app I write?
I know this can be done with ManagedSpy but of course that only works if you want to work with managed applications.