I have successfully embedded a webbrowser control onto a windows form. Its purpose is to open up an Excel file.
The problem is, when I run this in the form load routine: me.webBrowser1.Navigate ( _FileName,false)
I get a "file download" popup. I have to choose Load or Save before proceeding.
I don't want that behavior if possible. I would just like the Excel file to load without any dialog box.
Thanks in advance,
Jerry
Jerry Scannell
The problem is, when I run this in the form load routine: me.webBrowser1.Navigate ( _FileName,false)
I get a "file download" popup. I have to choose Load or Save before proceeding.
I don't want that behavior if possible. I would just like the Excel file to load without any dialog box.
Thanks in advance,
Jerry
Jerry Scannell