I want to append the contents of two rich text boxes in a Windows Forms .Net application; say: stringText = richtextbox1.Rtf + richtextbox2.Rtf;
The stringText
should be RTF text, which should have
tf line once, having concatenated rich text.
The Clipboard is not in scope here.
Also, I'm curious, if we can de-merge them.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…