Has anyone extracted or fetched a image/metafile from an RTF stream. Either parse the RTF stream, or using the RichTextBox Control? I know how to insert metafiles/images, extract text, including unicode.....

I've attempted to use rtb.control.count - this returns zero. The rtf file in question contains 28 images. These images need to be programmitcally extracted, not manually extracted.

-david