Search found 2 matches

by Phil Jollans
Wed Feb 24, 2016 12:16 am
Forum: Object Identification and Technologies
Topic: Unable to recognize objects within VB6 OCX control
Replies: 8
Views: 3893

Re: Unable to recognize objects within VB6 OCX control

Firstly, thanks for the tip. I will try the effect of that option. Secondly, I was blind. My implementation of IAccessible was in fact being recognized by Ranorex, but the Ranorex Spy shows the elements twice. It shows one element with the name ThunderRT6UserControlDC, as previously, and another ele...
by Phil Jollans
Sat Feb 20, 2016 12:46 pm
Forum: Object Identification and Technologies
Topic: Unable to recognize objects within VB6 OCX control
Replies: 8
Views: 3893

Re: Unable to recognize objects within VB6 OCX control

I am trying to support the IAccessible interface on a VB6 control. I have created an Active X component in C++ and implemented the interface IAccessible. The VB6 control creates an instance of my C++ helper object and passes its name and window handle into that object. The C++ object subclasses the ...