6
Answers

Updating Rich Text Boxes.

Glenn Patton

Glenn Patton

12y
1.5k
1
Hi All,

Funny one I am updating a rich text from a data source with following

rtbUnlistedData.Text += Data_From_PitStop+ '\n';

Which works fine with some data but an update to the code causes the string to be broken oddly extra carriage return creeps in what I am wondering is does the rich text box handle its text property like a string as a Null on the end seems to be treated as a \n.  

Glenn 


Answers (6)