Download Dialog Box in Internet Explorer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a question...

With Internet Explore:

How do I get VB.Net to respond to a Download Dialog Box in Internet
Explorer? Example I need VB.Net to activate the window then select "Save"...

Thank you...

Kirk
 
Hi,

Why dont you use a webrequest to download the file instead? No
need to respond to dialog box.

http://www.dotnetbips.com/displayarticle.aspx?id=239

Ken
------------------------------
I have a question...

With Internet Explore:

How do I get VB.Net to respond to a Download Dialog Box in Internet
Explorer? Example I need VB.Net to activate the window then select "Save"...

Thank you...

Kirk
 
Back
Top