in my vb.net application i need to parse a word document

R

rajesh

i am using vb.net 2005 and in my window application

in a form i have taken six different textboxes,one button and a opendailog
box

on click button i have displayed the opendailogbox and requesting the user
to give the path of .doc file

and my requirement is to parse this document and extract some information
like name , email ,mobile no ....

and fill those six textboxes

mostely the document contains resume

and from this document i should extract the name .email id.....
 
C

Cindy M.

Hi Rajesh,

And how can this information in the document be identified? As you know, a
"computer" requires some kind of logic; the "human judgement" factor that
people use to figure these things out isn't available. We have to be able to
tell the program what criteria to use to identify what we need.

Also, which version of Word should your application support?
I am using vb.net 2005 and in my window application

in a form i have taken six different textboxes,one button and a opendailog
box

on click button i have displayed the opendailogbox and requesting the user
to give the path of .doc file

and my requirement is to parse this document and extract some information
like name , email ,mobile no ....

and fill those six textboxes

mostely the document contains resume

and from this document i should extract the name .email id.....

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top