How to get and set the window position of another application in C#

I actually wrote an open source DLL just for this sort of thing.
Download Here

This will allow you to find, enumerate, resize, reposition, or do whatever you want to other application windows and their controls.
There is also added functionality to read and write the values/text of the windows/controls and do click events on them. It was basically written to do screen scraping with – but all the source code is included so everything you want to do with the windows is included there.

Leave a Comment