using Interop.SHDocVw.dll Where can i find this namespace/dll at?

dll, namespaces, reference, shdocvw, webbrowser-control

Solution

Add a reference to Microsoft Internet Controls COM object, anyway you can add features like in this example: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=115195

Problem

I've done this before, I don't remember if i downloaded the DLL from off the net or something but i don't want to get a virus. I need access to this namespace so that I can have extra features that the Webbrowswer control doesn't offer. How do I add a Com reference exactly. Or do I need the dll from someplace Thanks

Original source

Related problems