ContributionsMost RecentMost LikesSolutionsRe: There was an attempt to perform an action at point .. sorry I forgot to change Apptype to "Aliases.browser" and the message is There was an attempt to perform an action at point(), because the window is overlapping with .. I solved this issue by checking the "Ignore overlapping window" Thanks for your kind cooperation Re: There was an attempt to perform an action at point .. I used this code in my script, but nothing has changed.. line 351 : your script line 353: can not be read or executed There was an attempt to perform an action at point .. I'm running a web application on IE11 in TC11, and observe this message while I'm trying to click on Yes/No or Ok dialog.. Message : " There was an attempt to perform an action at point ..." the truth is "Visible on screen" property is true how can i fix this issue? thanks SolvedRe: have problem in reading an object from treeview I've been working with properties without any result!? I need other suggestion Thanks have problem in reading an object from treeview Hello I've got a treeview, which contains some objects in it. I'm not able to click on its objects via their values, I can click on every object via it's index. for instanace : This structure is ok : treeView.DblClickItem("|[0]|[6]"); This structure doesn't work : treeView.DblClickItem("|value1|value2"); What shall I do? Thanks Re: How to compare two images Thank you very much indeed, it works for me Re: How to compare two images I have got a logo on one of my forms and would like to verify its correctness on my logo which is saved on my hard disk. It's is all I except from comparison I tried Region.Compare, but nothing has been achieved Thanks How to compare two images Hello I've got two images, the location of one of them is on my hard disk and other one has been mapped on my the name mapping of my TC, how can I compare these two images with each other with scripting ? I looked for the solution in several forums, without any result. please help me ASAP Thanks SolvedRe: How to read excel file from sharepoint in TestComplete Thank you really too much That works for me:) Re: How to read excel file from sharepoint in TestComplete Thanks for your prompt reply I would like to work with excel files which are stored on the web server. How can I access to its sheet and contents of its sheet? Thanks for attention:)