access controls on other windows

后端 未结 3 667
無奈伤痛
無奈伤痛 2021-01-15 12:41

How can I access to the controls on another application\'s window?
I need to change the value of that controls (like textboxes) or click on them (like buttons).
I th

3条回答
  •  孤城傲影
    2021-01-15 13:14

    Look for "Spy++": http://msdn.microsoft.com/en-us/library/dd460756.aspx

    You can access controls on other windows with it.

提交回复
热议问题