Can I use the Messaging & Localization stuff to store the RTF and pipe it into the RichTextBox at runtime by key?
Or is it just going to give me plain old text with no rich markup?
Thanks!
MyRTFControl.RTF = MicroFour.StrataFrame.UI.Localization.RetrieveMessage("MyMessageKey").Text
This would allow you to use the localization interface and still keep the RTF formatting.
You can also bind our RTF control directly to a field in a table that has the RTF data as well. Let me know if this does not answer your question.