Question

RBC
CA
Last activity: 7 Feb 2019 5:39 EST
Working with unknown Windows controls. Can I pass to a script
I'm attempting to work with an old Windows Application (VB6) and during the interrogation I'm finding a number of controls that the studio can't work with( Ex: msflexgrid.ocx) Studio can recognize the control as something, but provides no methods for it. Separately I have a C# script that can work with the control and translate it into usable data, but studio doesn't seem to be able to pass me the generic control.
My company has a support ticket open to get a custom adapter built, but want to know if there is an easier/generic way to simply pass the control on to a script for it to figure out what to do with it...