Call Aliases.CPBCGD.frmBkMain.MainMenu.Click("系统(F)|用户管理")
'Clicks at point (57, 15) of the 'UserManageForm' object.
Call Aliases.CPBCGD.UserManageForm.Click(57, 15)
Call Aliases.CPBCGD.UserManageForm.Panel1.UserTreeView.PopupMenu.Click("新建用户(Z)")
'Closes the 'UserManageForm' window.
Call Aliases.CPBCGD.UserManageForm.Close
End Sub
log中显示
Type Message Time Priority Has Picture Link
The '用户管理' window is invisible and thus cannot be activated. 14:46:08 Normal作者: msnshow 时间: 2010-10-6 13:37
不懂,关注中作者: havards 时间: 2010-11-26 15:35
如果想快速解决问题,可以用个循环,当index的值为1的时候,判断下;为2的时候,判断下。(如果只有两个index的变化的话)
如果想彻底解决问题,建议用find findchild。