Results 1 to 5 of 5

Thread: Context menu in explorer

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    7

    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

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    There is a sample app in the Framework SDK:

    <FrameworkSDK>\Samples\Technologies\Interop\Applications\ShellCmd

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    7

    Post

    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

  4. #4
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    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 Attached Files

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    7

    Thumbs up

    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
  •  



Click Here to Expand Forum to Full Width