wangjing020404 发表于 2014-5-19 16:08:57

AutoIt有没有针对第三方控件的开发接口?

我的软件是用MFC和objective grid开发的,但是objective grid里面的内容无法识别出来,不知道AutoIt有没有什么开发接口可以将grid注册呢?就像QTP的SDK

这种情况下,除了坐标识别,还有别的办法可以识别这个控件吗?

joyran 发表于 2014-5-19 20:18:23

I also want to know. Anyone gets some good idea.

wangjing020404 发表于 2014-5-20 16:01:46

http://www.autoitscript.com/forum/topic/153520-iuiautomation-ms-framework-automate-chrome-ff-ie/
在官网上看到这个,有兴趣的可以一起研究下

wangjing020404 发表于 2014-5-21 10:59:04

Developers here have had to add public dll calls into our software to manipulate stingray controls...such as getting the column names, properties, etc.



A workaround would be to controlfocus, then controlsend Ctrl+A...grab all the data to the buffer, and parse on @crlf and then @tab.



This will give you an array of all the data, find the row you want, and the controlsend Home, and controlsend downarrow to your record.



The UIAutomation will not provide you with what you need.

这是官网给我的回复,也就是说我们不能自己加入dll call到AutoIt中吗?
页: [1]
查看完整版本: AutoIt有没有针对第三方控件的开发接口?