How to set the ListCtrl's item color ?
-
Hello everybody ! In the project , I read the data from SQL2000,and use SetItem to set the strings. some specified column I want to set the text color,How can I do it? Thanks for your reply ! Best Reguards!
-
Hello everybody ! In the project , I read the data from SQL2000,and use SetItem to set the strings. some specified column I want to set the text color,How can I do it? Thanks for your reply ! Best Reguards!
Please search for articles on List Controls. There are plenty of those at CodeProject, explaining what you're after.
“Follow your bliss.” – Joseph Campbell
-
Hello everybody ! In the project , I read the data from SQL2000,and use SetItem to set the strings. some specified column I want to set the text color,How can I do it? Thanks for your reply ! Best Reguards!
You need to do custom draw in CListCtrl. This article in CP might help you [^]
-
You need to do custom draw in CListCtrl. This article in CP might help you [^]
thanks! ;P
-
Please search for articles on List Controls. There are plenty of those at CodeProject, explaining what you're after.
“Follow your bliss.” – Joseph Campbell
thanks ! ;P
-
Hello everybody ! In the project , I read the data from SQL2000,and use SetItem to set the strings. some specified column I want to set the text color,How can I do it? Thanks for your reply ! Best Reguards!
see setcolor function