I am writing a script that opens a program then opens up a folder and it needs to select files from within this folder. I need it to select them in order but i cannot seem to make it to select the first one. this is the code i have for that ControlListView ( "Open", "", "[CLASS:DirectUIHWND; INSTANCE:2]", "Select", $Nmodels ) how do i make it so that it selects the first one. right now it goes directly to the middle one. thanks