c# - Get a window text by handle -



c# - Get a window text by handle -

i utilize ui spy , spy++ view windows text of windows, none offers result. people said, windows built , executed components, embedded within components. except 2 tools view window handles, text, introduce me other tools or ways window text or handle without using hooks ?

edit: utilize spy object retrieve windows objects info , search ancestors till can meet right object tool particular windows watching incapable job because reports wrong parents positions in ancestor hierarchy, seek out maas , ui-automation without luck, give thanks you help.

edit3: don't windows'ideas of internal designs (i mean they-designers- know how untie knots)

usually accessibility apis used, ones used text-to-speech screen readers blind users. in question mentioned maas, did mean msaa (microsoft active accessibility)? if not, that's i'd next.

c# windows winapi hook spy++

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -