CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    4

    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

  2. #2
    Join Date
    Oct 2010
    Location
    VS2008 .Net 3.5
    Posts
    10

    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
  •  





Click Here to Expand Forum to Full Width

Featured