Hi,
So maybe to give more details SWAPY managed to get the contents:
Access names : []
Class : ListBox ClientRects : [<RECT L0, T0, R59, B13>] ContextHelpID : 0 ControlCount : 0 ControlID : 8 ExStyle : 512
Fonts : [<LOGFONTW 'MS Sans Serif' -11>] FriendlyClassName : ListBox handle : 2034008 IsEnabled : True IsUnicode : True IsVisible : False MenuItems : []
pwa_type : <class 'pywinauto.controls.win32_controls.ListBoxWrapper'>
Rectangle : (L346, T654, R428, B673) SelectedIndices : (-1,)
Style : 1084228035
Texts : ['', u'Test1', u'Test2', u'Test3', u'Test4', u'Test5', u'ADDRESS_CAT1', u'ADDRESS_CAT2', u'ADDRESS_CAT3', u'ADDRESS_CAT4',"] UserData : 0
Somehow SWAPY is getting a Class: Listbox while with control viewer I'm getting a CLASS:DataTbl
Is there a method I can get the text from auto it? I tried many function from _GUICtrlListBox_* to no avail