Extracting field text in MS Word with C#

Sep 28 2004 8:23 AM
Hi! I need to read the Microsoft Word document text and use it as a simple string in my application, no matter what font is used etc. The document will contain a host of fields like a windows form and I have to extract the text filled into those fields by the user and process that information. How can i do this in C#? Thank you