Help needed on Axwebbrowser control

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.
 
M

Mick Walker

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.
 
C

Cor Ligthert[MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top