hi guys i have a questions about how set image in lits view
in a big script i have a port of it
Func _Popola_listview($sXML_Result_eBay, $hListview)
If $sXML_Result_eBay[0] <> "False" Then
Local $Count = _GUICtrlListView_GetItemCount($hListview)
Local $c = 0
Local $h_Image = _GUIImageList_Create(32, 32)
For $i = 0 To ((UBound($sXML_Result_eBay)) / 12) - 1
_GUICtrlListView_AddItem($hListview, $sXML_Result_eBay