Quote Originally Posted by Inferrd View Post
Is it not simpler to just type directly into the RichTextBox on Form1 rather than open a second Form, type into a TextBox on that Form then have it transferred to the original Form's RichTextBox?
No because I am using a spintax code so I only know work with this with a textbox.
example I have in the textbox something like {hello|hi} {albert|george|lois} have a good {nite|weekend|day}
so each time when I make click the sentence change like :
1-Hello albert have a good nite
2-hi george have a good weekend
etc.