Hello, I have an application using a GUI with an element of CLASSNN : WindowsForms10.window.8.app.0.378734a2 that I need to access, it's a grid type. I had the same work to do with a ListView so I used _GUICtrlListView_** UDFs and it worked perfectly.. but with this WindowsForms I can't retrieve the datas in the cells since there's no _GUICtrlWindowsForms_*** UDFs. I tried using ListViews/ListBox data get functions with that with no result. Anyone had this issue and knows the answer? or maybe