Hints, tips and tricks for newbies
Moderators: JRL, Dorian (MJT support)
-
pareshbhurke
- Newbie
- Posts: 7
- Joined: Wed Jun 07, 2006 1:41 pm
- Location: india
-
Contact:
Post
by pareshbhurke » Wed Jun 07, 2006 3:07 pm
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
the rare 1
-
Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
-
Contact:
Post
by Marcus Tettmar » Wed Jun 07, 2006 5:34 pm
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/
-
pareshbhurke
- Newbie
- Posts: 7
- Joined: Wed Jun 07, 2006 1:41 pm
- Location: india
-
Contact:
Post
by pareshbhurke » Thu Jun 08, 2006 4:03 pm
Thanks a lot for that valuable suggestion!
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