Bench Posted November 11, 2006 Posted November 11, 2006 I have some REALLY stupid question. I created ListView and I am adding ListViewItems. I want one of member of ListViewItem to be a picture. Is it possible? $list = GUICtrlCreateListView(" Something | Anything | Picture", 0, 0, 800, 400) For $i = 0 To UBound($saves, 2)-1 GUICtrlCreateListViewItem($saves[0][$i]&"|"&$saves[1][$i]&"|"&$saves[2][$i], $list) Next $saves[2] contains path to picture. [right]Software is like sex - it's better when it's free. (Linus Torvalds)[/right]
Zedna Posted November 12, 2006 Posted November 12, 2006 I think such listview item could be possible with an ownerdrawn listview by using GUIRegisterMsg & WM_DRAWITEMTry to search for that , for example here Resources UDF ResourcesEx UDF AutoIt Forum Search
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