window-position

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

怎甘沉沦 提交于 2019-11-26 04:41:33
问题 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? 回答1: 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