I want to use different color for each character in a TextBox.
Eg: when user types first 10 character it should be black after that red.
How can I do this please help.
I am using using simple VB.NET windows form.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible with a TextBox. Use a RichTextBox instead. Instructions here