Coloring certain text only in C#
Hi Is there anyway of highlighting/coloring certain text only in a listBox/listView/richTextbox using C#? If not what can I use? I basically want to highlight or color the higher values in the output when comparing. I already got the logic, I just need the coloring part.
I tried some codings from here, but guess cos I’m new I didn’t understand it and skipped some parts.
Thank you.