Hello guys
Today I'll give you three functions to manage the list View items
These functions will help you to do some works in your list view items
1. list view Read
To get the selected item text
2. listView_checke
To checke an item
3. isListViewChecked
To see if the item is checked
All of these functions will be illustrated by the following example
You can download the include file from the link below
Now with the example
#include <easy_listView_functions.au3>
#include <GUIConstantsEx.au3>
#include <GuiListView.au3>
#include <MsgBo