Page 1 of 1

How to get the control Name?

Posted: Wed May 30, 2007 7:43 am
by arishahsan
Could you tell me how ranorex spy is able to extract the control name of
the GUI controls?

Posted: Thu May 31, 2007 11:22 pm
by webops
RanorexSpy is implemented in unmanaged C++, it uses Windows runtime library functions and some COM objects to read the control and element information.
RanorexSpy (and RanorexCore) also uses some base classes for interprocess communication.

Please see the Microsoft documentation for details.

Jenö
Ranorex Team