problem in inserting image

V

vj5

hi experts

how to insert a image from resource file.
i can't SAVE image to any physical location while
"selection.InlineShapes.AddPicture" method requires physical path of image
file and
resource file will return image object.

another way is to copy the image to clipboard but this method fails when
there is some text which is already copied , will overwritten by the image.

how to solve it?
 
C

Cindy M -WordMVP-

There is no way beyond the four possibilities presented to
you in the VSTO forum. Word provides no way to "stream" an
image into a document; the interface is simply not there.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 
Top