How Can I Get What Checkboxes are Checked in GUICreateListView? I am just using the example in the help file to create the LIST VIEW. I got the CheckBoxes in the example below What i need is when the BUTTON is clicked it would go through the LIST VIEW and tell me what ITEMS are Checked so i can run some commands on those Entries. any help or examples.. i searched the forum but could not find anything exactly like this.. thanks #include <GUIConstantsEx.au3> #include <Wi