Ok I'm a newbie when it comes to AutoIT and am struggling with this one. I've got the concept of setting the text color when you are adding each individual item in the manner you outline above; however, the problem I'm running into is I'm adding my listview items via the _GUICtrlListView_AddArray function so I can't figure out how to change the color of the text for each array when I add them. Is there a way to do this?
Thanks.