I'm currently trying to test a VB6 application.
For the most part it seems to work well, except I'm unable to get any data of the data in the grid controls.
The controls themselves are OCX/Activex vbaccelerator http://www.vbaccelerator.com/codelib/sgrid/sgrid.htm S-Grid controls.
With the GDI feature of Ranorex, it does get the grid's headers properly, but not the data rows.
#1 - Is there any possible way of automating/reading these grids with Ranorex?
#2 - If impossible with Ranorex, does anyone have any suggestions for workarounds? (Even if it involves some deep .net stuff, or going the native C/C++ route...)
Thanks.
Thanks.
vbAccelerator S-Grid Control
vbAccelerator S-Grid Control
You do not have the required permissions to view the files attached to this post.
Re: vbAccelerator S-Grid Control
I should note that I'm using the following:
Win7x64 SP1
Ranorex 3.0.2 (in this case, Ranorex Spy x86)
Win7x64 SP1
Ranorex 3.0.2 (in this case, Ranorex Spy x86)
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: vbAccelerator S-Grid Control
Hi,
Regards,
Peter
Ranorex Team
Currently it is only possible to get the cells with the GDI Plug-In.slither wrote:#1 - Is there any possible way of automating/reading these grids with Ranorex?
A possible solution would be to implement MSAA by your own. Google Searchslither wrote:#2 - If impossible with Ranorex, does anyone have any suggestions for workarounds? (Even if it involves some deep .net stuff, or going the native C/C++ route...)
Regards,
Peter
Ranorex Team