CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Location
    Austria
    Posts
    23

    Word document recovery

    Hi!
    Possibly this is not the rigth forum to post something like this, but the response was very good the last few times.
    My problem: I wrote a Word (97) document (approx. 1.5MB) and saved it. Next day I opened it again and *bang* all the text except one and a half line from somewhere in the text were GONE! Well, thats nothing unusual but the file is still 1.5MB large.
    When I open it in a text editor (as plain text) I still see tons of text, but it's nearly unreadable 'cause it's VERY unsorted (means: not human readable). Perhaps someone knows a way to get that document working again or a good (free) tool for that.
    I already found a tool called "Word Recovery" where the demo repaired the file and showed it, but I couldn't save or copy the text (it's a demo). perhaps someone knows how to get data from a RichEdit-Window of a running application?!?
    I hope that someone can help me with this.
    Thanx,
    Bernhard

    [ Message Edited by Manish Malik - please avoid those F-words even with ****'s :-) ]

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542

    Re: Word document recovery


    Just curious.....did you try opening it with Windows WritePad (or Write) ?


  3. #3
    Join Date
    May 2001
    Location
    Austria
    Posts
    23

    Re: Word document recovery

    When I open it as Word-Document I see only the first few lines (even with staroffice or several linux programs)., but when I open it as textfile I see the (non-human-readable) "source-code" of the document. I think it could be a damaged byte (or more) in a critical section of the document... But it isn't necessary to look for further info, a friend of mine took the text from the "source-code" and put it together again.

    *** This message was posted using 100% recycled electrons ***

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