Ijaz Akhtar
April 9th, 1999, 07:19 AM
I want to read and display word97 files(doc) in VC 6.0.
please help me.
ijaz
please help me.
ijaz
|
Click to See Complete Forum and Search --> : Word 97 files. Ijaz Akhtar April 9th, 1999, 07:19 AM I want to read and display word97 files(doc) in VC 6.0. please help me. ijaz rick July 19th, 1999, 02:39 PM Hi! To open Word97 Files in VC++ 6 go to the File menu click Open the change the file type to ether *.Doc or *.* then navigate to the file you want to open and open it... Rick Rick July 19th, 1999, 02:39 PM Hi! To open Word97 Files in VC++ 6 go to the File menu click Open the change the file type to ether *.Doc or *.* then navigate to the file you want to open and open it... Rick Ryan@Neoworx July 19th, 1999, 04:41 PM I assume you mean in a program compiled under VC++, not in the actual development environment. In which case, you can use WinWord.exe as an ActiveX Server. I can't find in the MSDN docs where/how to do this in VC++, only in VB. Basically, what you do is host Word inside your app. It'll show up as a window in your program (I think it's easiest to do in a MDI project). Can't help you out much more than that. Check MSDN, under ActiveX Documents and Word/Office 97. I'll let you know if I see anything more enlightening. Ryan NeoWorx Inc. http://www.neotrace.com/img/gettrace_b.gif Makers of NeoTrace, NeoLite, and other upcoming products http://www.neoworx.com/ codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |