Hi ,
I tried using ranorex spy to get the tree view items of a forms- treeview ,
Its showing all the treeview items correctly on Xp but on Win 7 , it is not.
Steps to reproduce in win 7--
1) go to run command window and type certmgr.msc You will get form "certmgr - [Certificates - Current User]"
2) You will get a tree with class "SystreeView32"
3) Try tracking the tree view items in the tree using Ranorex Spy , it will not show the child items correctly.
Same steps in Xp with "Certificates" form name is working fine.
PS - I tried using c# code to use control of this form (e.g Clicking on Personal tree view item) and its runnig fine in Xp but not in Win 7.
Please resond Quickly.
Thanks in Advance.