C# Program to sniff for IE download notification and returns download information (file name, url)
-
lunes, 14 de mayo de 2012 18:28
I'm trying to write a program that will automatically return the file name when the download notification pops up.
Then if the name meets the correct extension or if the url meets requirements, downloads it.
please help on how I may program this. I must use the user's browser and can not make my own.
Thank you for your consideration.
- Editado zagonano lunes, 14 de mayo de 2012 18:40
- Cambiado Bob ShenMicrosoft Contingent Staff miércoles, 16 de mayo de 2012 3:25 (From:Visual C# General)
Todas las respuestas
-
miércoles, 16 de mayo de 2012 3:24
Hi zagonano,
According to your description, I'd like to move this thread to IE extension forum for better support, where more experts live.
Thanks for your understanding.
Bob Shen [MSFT]
MSDN Community Support | Feedback to us
- Editado Bob ShenMicrosoft Contingent Staff miércoles, 16 de mayo de 2012 3:24
-
miércoles, 16 de mayo de 2012 16:06
On 5/14/2012 2:28 PM, zagonano wrote:
I'm trying to write a program that will automatically return the file name when the download notification pops up.
Then if the name meets the correct extension or if the url meets requirements, downloads it.See if this helps: http://msdn.microsoft.com/en-us/library/aa753618.aspx
Igor Tandetnik
- Marcado como respuesta Jesse JiangMicrosoft Contingent Staff, Moderator miércoles, 06 de junio de 2012 9:22

