I’m trying to implement IInternetZoneManager in .NET with Webbrowser Control but I have no clue what to do.
I couldn’t find any managed code example about this implementation. I’m pretty bad about OLE stuff.
Can anyone provide a sample on this? I spend about 2 days with no luck.
This is what I get when I convert it:
I’ve also posted the definition at pinvoke.net:
http://www.pinvoke.net/default.aspx/Interfaces.IInternetZoneManager
Generally, you should look there first for interop definitions (and contribute if it’s not there).