Hello,
First time poster, hello all!
First off I found AutoIt a few months ago and it's been tremendously useful personally and at work. Thanks for running such a cool project
Anyways, I need to read text from a grid/listview object in an external application which is of class GXWND. I've looked at the ControlListView(), _ListView_GetItem() from Auto3Lib and _GUICtrlListViewGetItemText functions and nothing seems to work. I can get the handle of the control but when I pass it into those functions I get nothing. I'm guessing that the GXWND is not a listview-compatible control... and if so does anyone have an idea as to where I should go to read the information displayed?
Many thanks in advance.