webBrowser reading ms word docs
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hallo all, I'm using c# and visual studio 05 and I'm rendering in a webBrowser control to render .doc, .xml and mht documents( all from ms word). So the browser shows the document allong with ms word's tools, like coment inserting etc... Is there way to control the document. For example, can I apeear only the first page of the document (some kind of paging)? Also can I get the table of contents and table of figures of the document? Thanks!!