hi guy i have a problem
i want set in colum 4 in listview a image but automatically set my image in column one and after in colum 4
why ????
![:(]()
this is my code
thankzz alot
i want set in colum 4 in listview a image but automatically set my image in column one and after in colum 4
why ????
![:(](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/sad.png)
this is my code
$areturn3=StringRegExp($sHTML,'/web/images/status_upload.png',3) For $i3 = 0 To UBound($areturn3) - 1 $hImage = _GUIImageList_Create(16, 16, 5, 3) _GUIImageList_AddIcon($hImage, @ScriptDir & "\icon\up1.ico") _GUICtrlListView_SetImageList($list1, $hImage, 1) _GUICtrlListView_SetItemImage($list1, 0, 0,3) ;_GUICtrlListView_SetItemImage($list1, 2, 1, 1) MsgBox(0, "de", "Totale: "&$areturn3[$i3]&" Torrent") ;_GUICtrlListView_AddSubItem($list1, $v, $areturn1[$i1], 2, 2) ; 1 1 Next
thankzz alot