Thread: WebBrowser
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
James Ravenswood James Ravenswood is offline
external usenet poster
 
Posts: 143
Default 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