I have a grid control in my language which needs to be recognised as a grid (or table) control in order to get its all properties, when I'm using accexplorer32, it's recognising the grid as a valid table and giving back all properties, where I try to read these properties with api, it's giving an error, what could be theproblem?
Im using oleacc from system32 and trying to read properties using IAccessible interface.