Hi, I am sorry as I posted the note before referring to Help. From made assumptions by looking at the command name. Anyway, I am trying following commands for accessing values from .NET windows forms application but its returning 0 though one radio button and 1 checkbox is already checked. //Radio B...
Hi there, I am trying to read valued from controls present on windows form. I could get the information from Textbox, Button, Labels and dropdown etc. But How to get values from Radio button or checkboxes? It is not showing up in "View system windows". Even OCR approach does not help in this. Please...
Thanks a lot for that valuable suggestion! Paresh Without having the application to interrogate it is hard to guess as to whether or not it is even possible to extract data from the interface let alone how it might be done. If it is not showing in View System Windows then it may not be possible to d...
I have a windows application developed using .NET and it has a datagrid. How can I read values placed within it?
I could not see its contents in "View systems Windows" list.
Hi there, I tried the steps you mentioned. I want to update a textbox of the windows application developed using .NET. In "View Systems Windows" I got textbox description as "3934552 - WindowsForms10.EDIT.app3 "Build 229"" I want to replace text box text "Build 229" with something using SetControlTe...