Hi!

I'm trying to create a shell extension manager to add an item to the shortcut menu in explorer when clicking over a file. I understand that I need to implement the IShellExtInit interface, but I don't know how to reference that in my vb.net project. Where's that interface? How can I do this?

Thanks,

David