#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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?????
  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 143
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Webbrowser in userforn Howard31 Excel Programming 0 January 29th 09 10:55 AM
WebBrowser Scroll K[_2_] Excel Programming 0 December 11th 08 11:32 AM
WebBrowser joe black Excel Programming 0 March 4th 07 10:56 PM
vba webbrowser HELP! Brian Delaney Excel Programming 2 August 7th 05 04:38 PM
Need WebBrowser programming help Neil Law Excel Programming 0 May 6th 05 03:29 PM


All times are GMT +1. The time now is 01:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"