CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Posts
    12

    Question Reading a word document

    for reading a word document, i have included Interop.Word.dll,Interop.Application.dll ...

    but wen i try to create a instance of word.application and word.document,it shows that both do not have definition on debugging...

    i need a help on this... or is there any other way to read a word document with
    TABLES inserted
    Last edited by msaravanan; February 6th, 2008 at 05:26 AM.

  2. #2
    Join Date
    Feb 2008
    Posts
    12

    Re: Reading a word document

    i got it corrected after including the reference...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured