Autospace problem in Richtextbox
I am writing anything in the richtextbox, after compile ,that will have space between each word and each symbol.
ie seperate each word and each symbol.
example.....
input: void sum();
i have to get the output like
output: void sum ( ) ;