Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi
I am developing a C# apllication for Windows 7 in which I want to load some flash content from a URL in a web browser object inside a form.
What I thought is the dot Net web browser object is using the Internet Explorer installed in the system. So, if I remove IE from the system it should throw exception while instantiating the web browser object.

But what I observered is even if I remove IE from the system, my application can render the content in the form. But if I click any link in the content it is not opening any pop up IE window to show that content.

Can you throw some light on the relation between the default web browser object present in dot Net and the IE present in the system...

Any pointers or links where I can explore this behaviour....?
Posted

1 solution

Well, removing IE doesn't remove the assemblies/DLLs it relies on, because other parts of the OS also use those DLLs. This is why the .Net Webbrowser control still works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900