MS Word Viewer integration into a VB application

C

cbd

Could somebody please provide me with technical information explaining how to
integrate the MS Word Viewer into a an VB application ? Do we have to use
specific API ? or specific OCX ?

thanks in advance
 
J

Jonathan West

As far as I am aware, this is impossible. The Word viewer does not expose
any kind of automation interface.

The most you can do is use ShellExecute to run the commandline of the
application to start the viewer, perhaps passing a filename to it.

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top