TCaptureX.DLL的指定区域怎么确定?已解决
本帖最后由 oceanwind 于 2011-12-12 23:08 编辑ghl781258朋友写的屏幕文字捕获:Aqua Deskperience V1.3.11http://www.autoitx.com/thread-18621-1-1.html
其中指定区域的代码
;===========================例子2:捕获指定区域文字
$Title = WinGetTitle('')
$hwnd = Dec(StringTrimLeft(WinGetHandle($Title), 2))
$oShellx = ObjCreate("TCaptureX.TextCaptureX")
$resx = $oShellx.GetTextFromRect($hwnd, 100, 100, 200, 200)
MsgBox(0, $hwnd, $resx)
其GetTextFromRect($hwnd, 100, 100, 200, 200)中的 (100,100,200,200)是怎么得知的呢?
从哪里能查得具体要捕获的区域的位置坐标呢?
谢谢先 自己在活动窗口框选呀。就象au3的‘窗口信息工具’一样 自己在活动窗口框选呀。就象au3的‘窗口信息工具’一样
happytc 发表于 2011-12-12 22:49 http://www.autoitx.com/images/common/back.gif
谢谢
已搞定....
页:
[1]