I want to highlight the text inside the text Box when a "#" is typed followed by any character as Facebook does. I tried to use SelectionStart ,SelectionLength and SelectionBackColor properties but I am facing many problems.
I need a help, what is the best event to handle the characters that are being typed? I used TextChanged event but its not working will. And is there another properties instead of SelectionStart and SelectionLength?
Please just give me tips and I will search. I searched a lot but not finding useful topics.