EDN Admin
Well-known member
Hi all,
I have a RTF control, to which I want to append some text, and RTF which should be parsed and siaplyed exactly. So, I have RTF ( as a string) and would like to append to another RTF for printing.<br/>
<br/>
I tried using RTCTextBox1.RTF += "something"; and it throws up error.<br/>
I tried copying to clipboard and then using RTF.Paste() Textformat, but it pastes as text only, and not as RTF.<br/>
<br/>
How do we transfer data to RTF in RTF format itself? Any help would be greatly appreciated. Thank you.
Also, printing is too slow and hangs using this logic:
http://support.microsoft.com/default.aspx?scid=kb;en-us;812425 <span style="color:#0066dd http://support.microsoft.com/default.aspx?scid=kb;en-us;812425
Does anyone else have any other logic? Thank you, Iam very frustrated and feel suicidal, so any help would be greatly appreciated.
View the full article
I have a RTF control, to which I want to append some text, and RTF which should be parsed and siaplyed exactly. So, I have RTF ( as a string) and would like to append to another RTF for printing.<br/>
<br/>
I tried using RTCTextBox1.RTF += "something"; and it throws up error.<br/>
I tried copying to clipboard and then using RTF.Paste() Textformat, but it pastes as text only, and not as RTF.<br/>
<br/>
How do we transfer data to RTF in RTF format itself? Any help would be greatly appreciated. Thank you.
Also, printing is too slow and hangs using this logic:
http://support.microsoft.com/default.aspx?scid=kb;en-us;812425 <span style="color:#0066dd http://support.microsoft.com/default.aspx?scid=kb;en-us;812425
Does anyone else have any other logic? Thank you, Iam very frustrated and feel suicidal, so any help would be greatly appreciated.
View the full article