Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

jni - grab text in another non java program

1 réponse
Avatar
patrick boulay
jni - grab text in another non java program


I need from java/swing to grab the text at mouse position ( windows xp )
in another program's window ( non java ... )
anyone with some jni/C/C++ hack I could start up with
regards
patrick

1 réponse

Avatar
TestMan
jni - grab text in another non java program


I need from java/swing to grab the text at mouse position ( windows xp )
in another program's window ( non java ... )
anyone with some jni/C/C++ hack I could start up with
regards
patrick


Bonjour,

Essayez d'utiliser AccessibleObjectFromPoint de oleacc.dll à l'aide de
com4j ( https://com4j.dev.java.net/ )

Exemple complet en C++ à traduire en Java & com4j
http://blogs.msdn.com/oldnewthing/archive/2004/04/23/118893.aspx

Merci de poster dans ce forum en Français la prochaine fois ...

A+
TM