
August 9th, 2006, 11:25 AM
|
|
Contributing User
|
|
Join Date: Jun 2004
Posts: 190
  
Time spent in forums: 2 Days 7 h 16 m 13 sec
Reputation Power: 6
|
|
|
File dialog box in Webbrowser Control
Hi,
I am using a webbrowser control in my VB code to open a website and download files into my local system. When I click on the download link using "Webbrowser1.Document.getElementsByTagName("a").Item(18).Click" , the file dialog box appears everytime.
Is there anyway by which I can click on the save button of the file dialog box and give the path to save through code, instead of manually clicking on the "Save" button and give the path for saving the file?
Thanks in advance.
|