hi all !!!
I have a WinForms app that has a Internet Explorer component where I show
information by using the "navigate" method.
when I show an XLS file the Excel is embedded and the spreadsheet is
correctly shown; the Excel menues are not displayed (that's fine).
what I would like to do is to add a button in my WinForms application to pop
up Excel's "Save as" dialog.
is there any way to do it ? (remember that the XLS file is shown inside
the webbrowser component)
any hint will be greatly appreciated.
thanks in advance,
ant
Sijin Joseph - 26 Sep 2004 16:21 GMT
Check out this article
http://support.microsoft.com/default.aspx?scid=kb;EN-US;243058
it seems that after the document has finished loading, you can use the
webBrowser.Document property to get a reference to the excel document
object. You can then call methods on this object to invoke the "Save As"
dialog
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> hi all !!!
>
[quoted text clipped - 13 lines]
> thanks in advance,
> ant