RTF data in textbox

B

bcarsto

Can I insert an RTF block into a publisher textbox programtially? I am able
to insert plain text automating publisher 2003 in C++ using the range object.
If RTF is possible can someone tell me how to do it?

Thanks in advance.
Bob
 
E

Ed Bennett

bcarsto said:
Can I insert an RTF block into a publisher textbox programtially? I am able
to insert plain text automating publisher 2003 in C++ using the range object.
If RTF is possible can someone tell me how to do it?

I don't think it's directly possible, but I've worked around it by
copying and pasting from a RichEdit control.
 
Top