Jump to content

Recommended Posts

Posted

When coloring a listview item like this:

GUICtrlCreateListViewItem($item, $list)
GUICtrlSetColor(-1, 0xcc0000)

Is there anyway to later retrieve the color knowing the $list handle and the $item index in the list?

_GUICtrlListView_GetTextColor($list) is to find the entire list control's text color, not an individual item.

Posted

I've also tried using a DLLstruct to access all of the item's properties... but all returned a -2, besides it's selected state which would be 3 when selected.

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
×
×
  • Create New...