I'm trying to use Ranorex to automate/test a process involving some legacy apps. The Apps make heavy use of ListView20WndClass List View controls that were common as an OCX in VisualBasic 6 Applications. Based on the docs on here and elsewhere I should be able to access the data if I write/extend the control class. I'm a pythonista, so my C# skills are very lacking.
Q1) Can you subclass and extend in IronPython or must it happen in C#? Any Examples?
Q2) If I must do it in C# are then any complete examples for ListView controls with step-by-step instructions?
Thanks. If I can get my proof of concept to work, I can make the case to buy several licenses.