CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Location
    Bangalore, INDIA
    Posts
    180

    Adding application to Windows Context Menu

    Hi guys

    How do i programatically add an application to the Windows Context Menu (so that it appears upon right-clicking files)

    Regards

    Suhaib

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Adding application to Windows Context Menu

    What you're looking for is a shell extension. This thread has some info, but it isn't exactly what you want, because it is for an ie popup menu. However it should provide some insights.

    http://www.codeguru.com/forum/showthread.php?t=196640

    I'd also poke around in the registry and see what's there.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  3. #3
    Join Date
    Jan 2003
    Location
    Bangalore, INDIA
    Posts
    180

    Re: Adding application to Windows Context Menu

    Thanks for your reply WizBang

    In the meantime I *did* poke around in the registry, and also found a way around to my problem. BUT, my application appears in the context menu only when i right-click on a folder, and not when I right-click on a file. That still leaves my problem unsolved

    Any suggestions guys ??

    Suhaib

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

Featured