Hi,
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.
Paresh
Access Datagrid values
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 7
- Joined: Wed Jun 07, 2006 1:41 pm
- Location: india
- Contact:
Access Datagrid values
the rare 1
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
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 detect/extract it programmatically. Therefore you may need to use an OCR approach. For an example see:
http://www.mjtnet.com/blog/2006/06/06/s ... ical-text/
http://www.mjtnet.com/blog/2006/06/06/s ... ical-text/
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Newbie
- Posts: 7
- Joined: Wed Jun 07, 2006 1:41 pm
- Location: india
- Contact:
Thanks a lot for that valuable suggestion!
Paresh
Paresh
mtettmar wrote: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 detect/extract it programmatically. Therefore you may need to use an OCR approach. For an example see:
http://www.mjtnet.com/blog/2006/06/06/s ... ical-text/
the rare 1