CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    Earth
    Posts
    124

    How to Add App in Start Button Context Menu

    I want to have my application appear in the context menu that appears on the windows start button. Does anyone have an idea as to how to accomplish this?


  2. #2
    Join Date
    Sep 1999
    Location
    Ontario, Canada.
    Posts
    90

    Re: How to Add App in Start Button Context Menu

    Aqiruse:

    If you are familiar with Shell Extensions, then the place to add your entry is a the Folder level of the HKEY_CLASSES_ROOT\Folder. If you need more information/code, let me know. Keep in mind however, that this context menu pops up for every folder as well.

    Hope this helps.



    -Peter.

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