WebBrowser control opening in new window.

G

Guest

Hi,
I'm trying to open Word, Excel, html pages in a webbrowser control
within a C# .NET Form.

As expected, the WebBrowser control opens the documents within itself on
some of the systems.

However, on some other systems, the WebBrowser control opens the documents
in new windows rather than within the form.

I have checked the InternetExplorer settings on these systems, but couldn't
get a clue.

Is there any way to force the WebBrowser control to open the documents
within itself?

Any suggestions would be greatly appreciated.

Thank you,
Ravi
 
R

Rene Pilon

Take a look at the Internet Options in IE - Advanced Settings - make sure
"Reuse Windows for lauching Shortcuts" is checked.
 

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