Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a form that contains listbox, textboxex and some richtextboxes. When we select any letter name in listbox, it bind the data to all the textboxex and richtextboxes.
i want to highlight some text in richtextbox when we select any letter name from listbox.
eg.

Just a friendly reminder that you have <<OverdueInvCount>> overdue invoice(s), with an overdue balance of <<OverdueInvTotal>>. If you have any questions about the amount you owe, please give us a call and we’ll be happy to discuss it. If you’ve already sent your payment, please disregard this reminder.

all the data coming from database.

i want to highlight <<OverdueInvCount>> and <<OverdueInvTotal>> these words.when i select a letter from listbox.
Posted

1 solution

You will have to build the complete solution on your own.
However, here are some links that might give you some ideas to try out -
http://www.dotnetcurry.com/ShowArticle.aspx?ID=146[^]
Background Highlighting with the RichTextBox the System way.[^]
Enabling syntax highlighting in a RichTextBox[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900