|
-
September 29th, 2010, 01:40 PM
#1
Reading Data from Grid of Another Process
Hello,
A VB-coded Database Client is using what I believe is a Grid control. The only info I have about the control is AU3_Spy lists its ClassNN as TG80.C1Grid32.202, so I can only assume its a Grid Control.
In a general way, what method can I use to read all the data contained in this control? It contains editable text fields which could be used to automate a certain process, leaving less up to the user.
I would be programming this automation in either VBA (Excel) or using C#, but I don't require language-specific instructions. Just an approach to solving the problem.
Thank you,
Jon
-
October 27th, 2010, 04:21 AM
#2
Re: Reading Data from Grid of Another Process
I am not sure about this but I would look at the System.Reflection namespace in the first instance. That is a way to find out what information is contained in classes, and a controls are just a classes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|