tishn 发表于 2006-6-7 12:02:25

obj_get_text 可以获取的对象有限制么?

obj_get_text ( object, out_text [, x1, y1, x2, y2 ] );
小弟在获取pdf文档、图片等 中的文字时, 显示text not found
请教大侠该函数中的object有什么要求没?
本人在获取公司软件中的值时也出现类似的情况
其属性
{class: static_text,MSW_id: 1031}

有这方面的函数可以帮助解决问题么

[ 本帖最后由 tishn 于 2006-6-7 12:48 编辑 ]

vonsy 发表于 2006-6-7 15:01:10

obj_get_text ( object, out_text [, x1, y1, x2, y2 ] );

object        The logical name or description of the GUI object. The object may belong to any class.

你用edit_get_text ( edit, out_string );试试static_text..
页: [1]
查看完整版本: obj_get_text 可以获取的对象有限制么?