Get text from another application

后端 未结 4 523
感动是毒
感动是毒 2020-12-11 09:23

I\'d like to retrieve text from textbox in my another application. ProcessName from second application is \'TestTextBox\', TextBox\'s name is \'textBox1\'.

My code,

4条回答
  •  生来不讨喜
    2020-12-11 10:11

    You could use Windows API like others have mentioned or you could use a library like AutoIt that might make the task a little easier. Not sure what your requirements are.

提交回复
热议问题