6
Answers

Autospace problem in Richtextbox

Ask a question

 

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 (  )  ;
 



Answers (6)