May 9th, 2003, 10:12 AM
#1
Thread Starter
New Member
Context menu in explorer
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
May 9th, 2003, 09:16 PM
#2
Fanatic Member
There is a sample app in the Framework SDK:
<FrameworkSDK>\Samples\Technologies\Interop\Applications\ShellCmd
May 13th, 2003, 08:42 AM
#3
Thread Starter
New Member
I don't have the SDK.
However, someone sent me a sample I think from that same folder and it was in C#, not VB. Do you have any VB samples?
Thanks,
David
May 13th, 2003, 03:35 PM
#4
Fanatic Member
Actually it was in the Framework SDK, sorry (and you should download that or order the CD for its many samples and docs). The sample app is attached.
Attached Files
May 14th, 2003, 09:32 AM
#5
Thread Starter
New Member
OK. Got it. Thanks a lot.
This is the C# sample, though. Not VB. I'll have to convert it somehow...
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width