Hi! I would like to show a RTF file in a RichTextBox control. I read there is a loadfile method which requires the path to the RTF file. I would like to deploy this file with my installation, so I suppose I have to insert it as a resource file. But, how can I provide the path to this RTF resource to the method to load the RTF?
Thanks!