I'd like to preview a Word document on form.

Posted by Tychumsempir on Stack Overflow See other posts from Stack Overflow or by Tychumsempir
Published on 2010-04-29T18:13:19Z Indexed on 2010/04/29 18:17 UTC
Read the original article Hit count: 209

I'm writing a VB program that fills in values within a word document. I'm utilizing the Microsoft Word 12.0 Object Library as a Reference.

I'd like to provide a scrollable preview pane to my user that is within the form he or she is using. It would be even cooler if the user could edit the document through this pane.

I've done Interop extensively, so I'm well aware of how to write and edit a Word document. I just want to put it into a frame and preview it. I'll probably try to select around the document based on what is changing as the user provides input so they can see what's being changed and where. Thoughts?

Thanks

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about visual-studio-2008