In a program I'm planning to generate reports which I'll display using the rich text box. Besides rich text, i want to put images into the rtb. I've looked up how to put images into rtbs and the only way that i can find seems to be by pasting them from the clipboard. This method works well with setting bitmaps to the clipboard but i run into a problem when i try to set a metafile to the clipboard (the report contains plots and metafiles are perfect for that kind of thing). So if there could be another way of inserting a metafile into a rtb or maybe a way to write a rtf file with a metafile in it, that would be great.