S
Sinex
Hi !
I have a form. The form has a textbox and a richtextbox.
There is a button also. When the button is clicked,
whatever text was typed into the text box, must be copied
to the richtextbox.
At runtime, I enter the following string into the text
box:
Hi\nHello\nHow\nDo\nYou\nDo
Then I click the button. In the richtextbox I am expecting
Hi
Hello
How
Do
You
Do
But what I get is:
Hi\nHello\nHow\nDo\nYou\nDo
Ne idea to workaround this probs?
....Sinex
I have a form. The form has a textbox and a richtextbox.
There is a button also. When the button is clicked,
whatever text was typed into the text box, must be copied
to the richtextbox.
At runtime, I enter the following string into the text
box:
Hi\nHello\nHow\nDo\nYou\nDo
Then I click the button. In the richtextbox I am expecting
Hi
Hello
How
Do
You
Do
But what I get is:
Hi\nHello\nHow\nDo\nYou\nDo
Ne idea to workaround this probs?
....Sinex