This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Karthikn.s
i want coding for how to read/write text in word document in vc++2012
There are many available links on the Web, try doing some research. I believe you'll find that it's not a simple process. Some examples: how to read the data written in the .doc file in my VC++ program http://social.msdn.microsoft.com/Forums/en-US/8fe79b77-55e5-44c9-bfd4-577101d10f55/how-to-read-the-data-written-in-the-doc-file-in-my-vc-program?forum=Vsexpressvc To read a Word Doc file (by C++) http://social.msdn.microsoft.com/Forums/vstudio/en-US/e27889e2-a7f9-4b5b-a413-3be6221094de/to-read-a-word-doc-file-by-c?forum=vcgeneral read all text in char* from a MS doc file in C++ http://social.msdn.microsoft.com/Forums/office/en-US/808a78b6-f8d8-4f06-b71e-c68e6b79b291/read-all-text-in-char-from-a-ms-doc-file-in-c?forum=worddev Read Document Text Directly from Microsoft Word File http://www.codeproject.com/Articles/22738/Read-Document-Text-Directly-from-Microsoft-Word-Fi Embed and Automate a Word Document by Using C++ .NET and MFC http://support.microsoft.com/kb/316207 - Wayne