ShonGail Posted August 9, 2006 Posted August 9, 2006 Hello all, I would retrieve all items of a list created with GUICtrlCreateList in order to save them in a file Actually, I only know how retrieve the item selected by the user ( $item=GUICtrlRead(controlIDoftheList) ) but I want capture all items ! How can I do ? Thank you
PsaltyDS Posted August 9, 2006 Posted August 9, 2006 Hello all,I would retrieve all items of a list created with GUICtrlCreateList in order to save them in a fileActually, I only know how retrieve the item selected by the user ( $item=GUICtrlRead(controlIDoftheList) ) but I want capture all items !How can I do ?Thank you You need to run the Beta version and include GuiList.au3. Then you can use commands like these. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
ShonGail Posted August 9, 2006 Author Posted August 9, 2006 You need to run the Beta version and include GuiList.au3. Then you can use commands like these. Thanks a lot for your response
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now