Question : How to get reference to AxWebbrowser

Hi,
I have followed this tutorial: http://support.microsoft.com/kb/304662

The comments under "navigated event" says that it is possible to get the reference to the document object, but how do I do it?
Usually I would be able to do a .SaveAS(...) on a Word.Document, but how do I do it here?

Answer : How to get reference to AxWebbrowser

the framer has a save method you can use or

Word.Document doc = (Word.Document)dsoFramer.ActiveDocument

and then use word for whatever you want
Random Solutions  
 
programming4us programming4us