WebBrowser control opening in new window.

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Take a look at the Internet Options in IE - Advanced Settings - make sure
"Reuse Windows for lauching Shortcuts" is checked.
 
Back
Top