RTF.Insert(Index,String) doesn't work
Posted
by mr-developer
on Stack Overflow
See other posts from Stack Overflow
or by mr-developer
Published on 2010-04-20T09:56:44Z
Indexed on
2010/04/20
10:03 UTC
Read the original article
Hit count: 237
c#
i'm wondering why doesn't this work ? it gives me the exception that the "File Format Is Not Valid"
richTextBoxPrintCtrl1.Rtf = richTextBoxPrintCtrl2.Rtf.Insert(richTextBoxPrintCtrl1.SelectionStart, myString);
© Stack Overflow or respective owner