Reading from a text field in another application's window

后端 未结 7 1268
逝去的感伤
逝去的感伤 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:53

    You can also get text from a richedit control with EM_GETTEXTRANGE message, but it works only in the same process in which the control was created.

提交回复
热议问题