Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webbrowser Control

Status
Not open for further replies.

bangalibhai

Programmer
Oct 22, 2002
26
US
Hi all,

I am trying to automate file download using the webbrowser control from VB6. I can detect the begin of the file download process from the event "FileDownload". But beyond that I cannot control anything from VB.

1) How do I finish the download by clicking the save button?
2) How do I detect the instance of the "download window" that appeared.

Thanks.
 
Look up mouse_event for a method of simulating mouse events to click the save button...

But also, look into using an Inet control to initiate your download. I think you'll have better luck.

[fish] No Dolphins were harmed in the posting of this message... Dolphin Friendly Tuna!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top