Saving a Word Document within a WebBrowser Control

D

Dean Richardson

Hello,

I am currently building a windows application in VB.NET. At the moment
I have a word document saved locally which I open with the WebBrowser
control.

I cannot seem to save the changes made to the document.

I have a button on the Windows form which is used for saving the
document. At the moment the code behind the button is as follows:

doc = AxWebBrowser1.Document
doc.Save()

Unfortunately, this doesn't work. I only need to save the document and
close the WebBrowser control, but I keep meeting a lot of error.

Please could someone help. The IDE is Visual Studio 2005.

Thanks in Advance,
Dean
 
D

Dean Richardson

Sorry,

Had issues with my browser.

Constructive reply by the way thanks. That really helps me!

Dean.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top