How to Read Images from Word Dosument.

Hello everyone.

I want to read Images as well as text that is present in my Word document file (myfile.doc) using vb.net.

In my word file i have Four Images and Description about that images. like below

Image

This is Image |

--

Description

I have these type of four images and description, so I want to retrieve the images and want to display it in the label that is on my windows form. and also want to retrieve the description about the image and want to display that in another label that is present below the image label.

Can anyone give me the code for the same.

Please..........

[1008 byte] By [prashant_victory] at [2007-12-22]
# 1
Take a good look at the name of the group to which you're posting: it
says VBA. Your project is in the .NET Framework and doesn't belong here.
Best you can do is copy the picture, then pull it off the Clipboard. The
Word object model provides no interface for extracting graphics file
objects.
<<I want to read Images as well as text that is present in my Word
document file (myfile.doc) using vb.net.

In my word file i have Four Images and Description about that images.
like below

Image

This is Image |

--

Description

I have these type of four images and description, so I want to retrieve
the images and want to display it in the label that is on my windows
form. and also want to retrieve the description about the image and want
to display that in another label that is present below the image label.

Can anyone give me the code for the same.>>

CindyMeister at 2007-8-30 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...