| View previous topic :: View next topic |
| Author |
Message |
Fernando Guest
|
Posted: Mon Jan 26, 2004 10:01 am Post subject: Notify me when IE saves a file |
|
|
Hi,
How can my app be notified when IE saves a file? O:-)
TIA
|
|
| Back to top |
|
 |
Blue Knight Guest
|
Posted: Mon Jan 26, 2004 10:46 am Post subject: Re: Notify me when IE saves a file |
|
|
There is no way to do that. It is not impossible.
Blue Knight
"Fernando" <frr (AT) easyjob (DOT) net> wrote
| Quote: | Hi,
How can my app be notified when IE saves a file? O:-)
TIA
|
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Mon Jan 26, 2004 11:28 am Post subject: Re: Notify me when IE saves a file |
|
|
Blue Knight wrote:
| Quote: | There is no way to do that. It is not impossible.
|
Please explain this contradiction.
Hans.
|
|
| Back to top |
|
 |
Blue Knight Guest
|
Posted: Mon Jan 26, 2004 12:13 pm Post subject: Re: Notify me when IE saves a file |
|
|
Sorry for being so stupid. I feel like an idiot.
Blue Knight
"Hans Galema" <dontusethis (AT) dontusethis (DOT) nl> wrote
| Quote: | Blue Knight wrote:
There is no way to do that. It is not impossible.
Please explain this contradiction.
Hans.
|
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Mon Jan 26, 2004 2:13 pm Post subject: Re: Notify me when IE saves a file |
|
|
Blue Knight wrote:
| Quote: | Sorry for being so stupid. I feel like an idiot.
|
Don't do that! Blame it on a typo!
Hans.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Jan 26, 2004 6:37 pm Post subject: Re: Notify me when IE saves a file |
|
|
"Fernando" <frr (AT) easyjob (DOT) net> wrote
| Quote: | How can my app be notified when IE saves a file?
|
Implement a Browser Helper Object (BHO). It is a COM DLL that IE loads
directly. The BHO can then hook into IE and receive events from the browser
directly, such as the DownloadComplete event.
Gambit
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Jan 26, 2004 6:38 pm Post subject: Re: Notify me when IE saves a file |
|
|
"Blue Knight" <BlueKnight (AT) BlueKnight (DOT) com> wrote
| Quote: | There is no way to do that.
|
Please try to do some research before posting such answers.
Gambit
|
|
| Back to top |
|
 |
Fernando Guest
|
Posted: Tue Jan 27, 2004 2:58 pm Post subject: Re: Notify me when IE saves a file |
|
|
On Mon, 26 Jan 2004 10:37:41 -0800, "Remy Lebeau (TeamB)"
<gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote:
| Quote: |
"Fernando" <frr (AT) easyjob (DOT) net> wrote in message
news:cap910pc5f6rr0kk8qb10u8al2g6cuu9fa (AT) 4ax (DOT) com...
How can my app be notified when IE saves a file?
Implement a Browser Helper Object (BHO). It is a COM DLL that IE loads
directly. The BHO can then hook into IE and receive events from the browser
directly, such as the DownloadComplete event.
|
Thanks. Where can I find more info or even a sample app of doing this
with BCB? O:-)
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
|
| Back to top |
|
 |
|