Question : Is there a VB6 addin to view Word 2007 documents?

I would like a simple control that allows you to view Word 2007 documents in the similar way that the RichTextBox control works.

Answer : Is there a VB6 addin to view Word 2007 documents?

As carsRST mentioned you might try adding a reference to the WORD object.  Use word to display the document but lock it down so that it can't be modified. Make it read-only and add a password for modification.

Your only other option would be again to use the word object and loop through the document and basically parse it and reproduce it in a format that you want to display in another control....
Random Solutions  
 
programming4us programming4us