Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 424
Proximo Avatar asked Jun 23 '09 15:06

Proximo


1 Answers

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

like image 100
jmservera Avatar answered Oct 16 '22 14:10

jmservera