|
Home > Archive > Programming with dBASE > October 2005 > IE Download Help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I'm working with some Activex1 controls such as
form.activex1.nativeobject.filedownload - I'm trying to get my program to
download files/pictures that are displayed in the window after running the
following command
form.activex1.nativeobject. navigate2(http:
//www.promiselandmusic.com/Images/home.jpg)
Can anyone guide me on where to get information on DownloadBegin,
DownloadComplete, etc.
Thanks so much,
Jerry Rivenbark
seaofjoy@juno.com
| |
| David Ball 2005-10-07, 3:26 am |
| Hello Jerry
<insert your choice of Seinfeld reference here>
http://msdn.microsoft.com/library/d...r />
_entry.asp
I tested out that link - of course, it's done with frames so it takes you to
somewhere else. I try to repress the memories but they came back - I found
this part of MS to be a messy labyrinth of pages, in no particular order.
The page that you'll really want to get to is
http://msdn.microsoft.com/workshop/.../webbrowser.asp
Thank you
David Ball
www.ChelseaData.ca
"Jerry" <RivenbarkJerry@aol.com> wrote in message
news:e17vuguyFHA.1412@news-server...
> I'm working with some Activex1 controls such as
> form.activex1.nativeobject.filedownload - I'm trying to get my program to
> download files/pictures that are displayed in the window after running the
> following command
>
>
form.activex1.nativeobject. navigate2(http:
//www.promiselandmusic.com/Images/
home.jpg)
>
> Can anyone guide me on where to get information on DownloadBegin,
> DownloadComplete, etc.
>
> Thanks so much,
>
> Jerry Rivenbark
> seaofjoy@juno.com
>
>
| |
| Jerry 2005-10-12, 11:24 am |
| Thanks so much for this information. I was able to find exactly what I was
looking for from the information that you supplied. I've now modified my
program and it's working faster and doing much more than anticipated.
Thanks a bunch,
Jerry Rivenbark
"David Ball" <Thanks.But@NoSpam.4.me> wrote in message
news:PU80enuyFHA.1236@news-server...
> Hello Jerry
> <insert your choice of Seinfeld reference here>
>
> http://msdn.microsoft.com/library/d...r />
_entry.asp
>
> I tested out that link - of course, it's done with frames so it takes you
> to
> somewhere else. I try to repress the memories but they came back - I found
> this part of MS to be a messy labyrinth of pages, in no particular order.
> The page that you'll really want to get to is
>
> http://msdn.microsoft.com/workshop/.../webbrowser.asp
>
> Thank you
> David Ball
> www.ChelseaData.ca
>
> "Jerry" <RivenbarkJerry@aol.com> wrote in message
> news:e17vuguyFHA.1412@news-server...
> form.activex1.nativeobject. navigate2(http:
//www.promiselandmusic.com/Images/
> home.jpg)
>
>
| |
| Jerry 2005-10-12, 11:24 am |
| Thanks so much for this information. I was able to find exactly what I was
looking for from the information that you supplied. I've now modified my
program and it's working faster and doing much more than anticipated.
Thanks a bunch,
Jerry Rivenbark
"David Ball" <Thanks.But@NoSpam.4.me> wrote in message
news:PU80enuyFHA.1236@news-server...
> Hello Jerry
> <insert your choice of Seinfeld reference here>
>
> http://msdn.microsoft.com/library/d...r />
_entry.asp
>
> I tested out that link - of course, it's done with frames so it takes you
> to
> somewhere else. I try to repress the memories but they came back - I found
> this part of MS to be a messy labyrinth of pages, in no particular order.
> The page that you'll really want to get to is
>
> http://msdn.microsoft.com/workshop/.../webbrowser.asp
>
> Thank you
> David Ball
> www.ChelseaData.ca
>
> "Jerry" <RivenbarkJerry@aol.com> wrote in message
> news:e17vuguyFHA.1412@news-server...
> form.activex1.nativeobject. navigate2(http:
//www.promiselandmusic.com/Images/
> home.jpg)
>
>
|
|
|
|
|