Reading from a text field in another application's window

后端 未结 7 1267
逝去的感伤
逝去的感伤 2020-11-30 23:16

Is there a way for a Windows application to access another applications data, more specifically a text input field in GUI, and grab the text there for processing in our own

7条回答
  •  自闭症患者
    2020-11-30 23:57

    About how to shield the application to prevent it, you could do many things. One way would be to have a own control to handle text input that build up the text from lets say a couple of labels placed where the text would be, or that draws the text graphically.

提交回复
热议问题