PDA

View Full Version : RichText.Help();


T3STY
02-13-2009, 02:29 PM
Hi everyone! Newbie here. I'm from Italy, english language learnt at school, so i'm sorry for my bad english grammar. I hope you can understand me.

I open this thread to ask you help about the RichText object. I need to use the RTF formatting codes but I dont know wich I need to use.. The AMS 7 help says to go on the Microsoft MSDN page and see the RTF reference guide. I was there but I didn't understand anything..
So, my question for you is: Can anyone tell me what are the RTF codes I can use in the RichText object?

Thank you, Bye!

Ulrich
02-13-2009, 07:37 PM
Formatting RTF can be tricky. In my opinion the easiest would be to create and format your text in WordPad, save it, and use the RTF object just to display the finished document. If you need to create the document dynamically, it might be much easier to create a simple HTML document instead, where you use classes from a previously created style sheet, and load this document into a web object.

Ulrich

T3STY
02-13-2009, 08:11 PM
Tank you for the answer.
I know I can use the web object or load a RTF document into the object but isn't what I need. The application I'm building it's something similar to the Microsoft's WordPad, so I need to have the RTF codes to have the formatting during the application use.
I hope someone knows how to help me, because it's 2 months I try to use the RTF with formatting without any positive result.
Thanks again, bye!

Dermot
02-13-2009, 09:49 PM
See the example I posted here. http://www.indigorose.com/forums/showthread.php?t=22736&highlight=rtf

T3STY
02-16-2009, 10:36 AM
Tank you Dermot, it's what I need. Bye!