Help needed on Axwebbrowser control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am loading a Word document into an axwebbrowser control in VB 2005.

When I call the Navigate2 method IE pops up the message "Some files can harm
your computer.... would you like to open the file or save...".

Is there any way to get rid of this annoying message? Please help...Thanks.
 
JCheah said:
I am loading a Word document into an axwebbrowser control in VB 2005.

When I call the Navigate2 method IE pops up the message "Some files can harm
your computer.... would you like to open the file or save...".

Is there any way to get rid of this annoying message? Please help...Thanks.
I would imagine not.

This would pose a very dangerous security risk.
 
I don't think so, however be aware that the AxWebBrowser is not a complete
..Net class. It is an interop to Internet Explorer, therefore you can have a
look at that for what is possible. (With external setting of course)

Cor
 
Back
Top