希望有帮助。作者: kettleyang 时间: 2008-3-27 14:52
你可以用
list of window lw=Object .GetChildren()
window w
for each w in lw
if w.GetClass()== the class you want
STRING s=w.GetCaption()
then you can just to verify if the value of s is equal to item's caption
kettlescott@hotmail.com作者: 天天晒田阳 时间: 2009-6-12 18:07
你可以用
list of window lw=Object .GetChildren()
window w