Hi everyone, I use List control to store data (GUICtrlCreateList). When program run, it add some data to this control. I use GUICtrlRead to read data in this control, but this function only read selected value. I wanna read all data in List control. How I do it? Thanks for your help,