richtextbox
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi, How do i remove white space in the bigging of a text in a rich text box Nana -- modified at 15:30 Wednesday 18th January, 2006
string.Replace will do it for you. Christian Graus - Microsoft MVP - C++
-
hi, How do i remove white space in the bigging of a text in a rich text box Nana -- modified at 15:30 Wednesday 18th January, 2006
I believe the Trim() function will remove blanks from beginning and end of input There are 10 kinds of people in the world.
Those that read binary...
...and those who don't.