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

1

16

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

Sayed answered 23/6, 2009 at 15:25 Comment(2)
Another point to consider if you're having issues: use strictly x86, not AnyCPU.Menology
see also #5434490 - it may already be referenced just needs to be Embed=false & Copy Local=truePosthumous
B
24

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

Brittaney answered 23/6, 2009 at 15:52 Comment(2)
Dead link. Any chance of updating it?Keelin
or you can get it created by adding reference to the shdocvw.dll found in %systemroot% which is usually "c:\windows\System32\shdocvw.dll"Trainer

© 2022 - 2024 — McMap. All rights reserved.