N
Newton
I would like to know how to uncheck/check the
option "Confirm open after download" for one specific file
type programmaticaly.
I am using a WebBrowser Control in a Windows App and when
I navigate to word and excel documents available in my
local network the dialog box "File download" asking
wheather I would open or save the file appears. If I just
uncheck the check box "Always ask before opening this type
of file" then it is not going to appear anymore and the
file is directly loaded, which is what I want.
The problem is that from now on this option will also be
used for the Internet Explorer, but I want to open doc's
and xls's directly only when I am using my particular
Windows App with the WebBrowser control. So, I have to use
automation to control programmaticaly this option turning
it off when I start my app and turning it on again when I
finish the application.
I have tried to discover how to do it using the object
browser and the documentation of Internet Explorer, but I
could not find it.
If anyone could tell me how to do it I would be very
gratefull.
Thanks.
option "Confirm open after download" for one specific file
type programmaticaly.
I am using a WebBrowser Control in a Windows App and when
I navigate to word and excel documents available in my
local network the dialog box "File download" asking
wheather I would open or save the file appears. If I just
uncheck the check box "Always ask before opening this type
of file" then it is not going to appear anymore and the
file is directly loaded, which is what I want.
The problem is that from now on this option will also be
used for the Internet Explorer, but I want to open doc's
and xls's directly only when I am using my particular
Windows App with the WebBrowser control. So, I have to use
automation to control programmaticaly this option turning
it off when I start my app and turning it on again when I
finish the application.
I have tried to discover how to do it using the object
browser and the documentation of Internet Explorer, but I
could not find it.
If anyone could tell me how to do it I would be very
gratefull.
Thanks.