Reading from a text field in another application's window

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

    Look at AutoHotkey. If you need an API for your application, look at their sources. To prevent it, use a custom widget instead of WinForms, MFC or Win32 API. That is not foolproof, but helps.

提交回复
热议问题