qinylj Posted September 1, 2010 Posted September 1, 2010 I creat Listviewitem by GUICtrlCreateListViewItem() and set color by GUICtrlSetColor(),but there is no function to get Listviewitem color? _GUICtrlListView_GetTextColor($hWnd) does not working
PsaltyDS Posted September 8, 2010 Posted September 8, 2010 The functions that come with AutoIt can only change the background and text color of the entire ListView control. You have to custom draw the items to set color individually, and then capture specific custom draw messages to get the color when the control is redrawn. Look up NM_CUSTOMDRAW (ListView) Notification on MSDN. I don't think I've seen this implemented in AutoIt. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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