CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Jun 2003
    Posts
    16

    Reading word file in vc

    Hi all,

    In my vc program i need to read word files. In codeguru database section i found a no of article on how to read data from excel file. But there is nothing relateted to word file. can anybody help me out.

    Note:

    The word file names are not fixed, it will be provided during runtime.
    Files can be of any size.
    The program must not do any truncation on data.

    Thanks,
    rdonline1
    Last edited by rdonline1; June 6th, 2003 at 05:35 AM.

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