|
-
April 9th, 1999, 07:19 AM
#1
Word 97 files.
I want to read and display word97 files(doc) in VC 6.0.
please help me.
ijaz
-
July 19th, 1999, 02:39 PM
#2
Re: Word 97 files.
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
-
July 19th, 1999, 02:39 PM
#3
Re: Word 97 files.
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
-
July 19th, 1999, 04:41 PM
#4
Re: Word 97 files.
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.

Makers of NeoTrace, NeoLite, and other upcoming products
http://www.neoworx.com/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|