ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   WebBrowser (https://www.excelbanter.com/excel-programming/443439-webbrowser.html)

anju[_3_]

WebBrowser
 
I am using a WebBrowser control in my application. When i try to
download the file through this control, it will show a pop-up of
"File Download".

I tried to handle it automatically and hove done this.

But now I want to hide this window and want to make whole operation at
back end.



Can anyone help me?????

James Ravenswood

WebBrowser
 
On Jul 31, 10:10*am, anju wrote:
I am using a WebBrowser control in my application. When i try to
download the *file through this control, it will show a pop-up of
"File Download".

I tried to handle it automatically and hove done this.

But now I want to hide this window and want to make whole operation at
back end.

Can anyone help me?????


Perhaps:

Set ie = CreateObject("InternetExplorer.Application")
..e.Visible = False

James Ravenswood

WebBrowser
 
On Aug 1, 8:09*pm, James Ravenswood
wrote:
On Jul 31, 10:10*am, anju wrote:

I am using a WebBrowser control in my application. When i try to
download the *file through this control, it will show a pop-up of
"File Download".


I tried to handle it automatically and hove done this.


But now I want to hide this window and want to make whole operation at
back end.


Can anyone help me?????


Perhaps:

Set ie = CreateObject("InternetExplorer.Application")
.e.Visible = False


sorry:
ie.Visible = False


All times are GMT +1. The time now is 03:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com