1
Answer

Coloring certain text only in C#

Yumna Desai

Yumna Desai

4y
665
1
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.
Answers (1)