WebBrowser

A

anju

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?????
 
J

James Ravenswood

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top