How would I go about colorizing specific text in a listbox, listview control or even a text box or a label.
For example Say I have the following data in a listview control:
1 2 3 4 5 6
4 5 65 43 23 35
3 7 14 56 25 15
And I want to display the numbers that are evenly divisble by 5 in red (5,65,35,25....) How would I do this with out disturbing the rest of the data? Can I use html tags or something simple like that or would this be more in depth?
Any help is greatly appreciated
Troy
Troy Williams B.Eng.
fenris@hotmail.com
For example Say I have the following data in a listview control:
1 2 3 4 5 6
4 5 65 43 23 35
3 7 14 56 25 15
And I want to display the numbers that are evenly divisble by 5 in red (5,65,35,25....) How would I do this with out disturbing the rest of the data? Can I use html tags or something simple like that or would this be more in depth?
Any help is greatly appreciated
Troy
Troy Williams B.Eng.
fenris@hotmail.com