Nov 10, 2006 #1 Malcav Programmer Oct 7, 2005 43 GB Hi I want to add a carrage return into a richtextbox test at a set point. COuld you help with this. I am using c#.net
Hi I want to add a carrage return into a richtextbox test at a set point. COuld you help with this. I am using c#.net
Nov 10, 2006 Thread starter #2 Malcav Programmer Oct 7, 2005 43 GB Dont worry "/n" to the rescue. D'oh Upvote 0 Downvote
Nov 10, 2006 #3 chiph Programmer Jun 9, 1999 9,878 US You might want to look at using Environment.NewLine instead. It's more portable than using slash-n Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
You might want to look at using Environment.NewLine instead. It's more portable than using slash-n Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first