Jump to content

Picture in ListViewItem


Bench
 Share

Recommended Posts

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]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...