S
Soulless
I have added a RTB to my form and found some code online:
rtb1.Rtf = @"{\rtf1\ansi \b Conversion Report\b0.}";
I want to be able to add lines to this box, with different fonts,
sizes, alignment, etc. But I am not sure what I can do with Rtf.
Obviously /b is for bold, but what else is there? Is there a link
with explanations on what I see above and more useful stuff?
Thanks!
rtb1.Rtf = @"{\rtf1\ansi \b Conversion Report\b0.}";
I want to be able to add lines to this box, with different fonts,
sizes, alignment, etc. But I am not sure what I can do with Rtf.
Obviously /b is for bold, but what else is there? Is there a link
with explanations on what I see above and more useful stuff?
Thanks!