|
楼主 |
发表于 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中吗? |
|