I try the right click the mouse , however, we need to move the mouse to on-focus selected item of the treeview first, since we can not get the controlld and itemNo of the treeview, we have no way to get the x,y value of the slected item, so it is useless to move the mouse.
The key problem is how to get the on-focus item's information in treeview if we just reach the item by keystroken?
How auto-it window info tools detect the current control's information: such as: controlID, parentID, x,y position, etc. ? How to implemement it by auto-it?
many many thanks for your help and waiting .....