c# - RichTextBox not typeable in between -


i color text in richtextbox after cannot type in between text, using code, problem ? in string below 2,3,4,9,22,92 not able write in between writes after string.

richtextbox1.text = "2,3,4,9,22,92"; richtextbox1.selectionstart = 0; richtextbox1.selectionlength = richtextbox1.text.length; richtextbox1.selectioncolor = color.green; 


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -