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

    Q: How to add to pop up menu (right click)

    How do I add my own right mouse click menu item to Windows 9x system?? For example, WinZip adds several functions to the popup menu such as "Add to Zip...".

    How do I add my own text string and then bind it to a C++ program?

    I would like my command to work on selected folders and/or files.

    Thanks.


  2. #2
    Join Date
    May 1999
    Posts
    82

    Re: Q: How to add to pop up menu (right click)

    This is not an exact answer but it may give you a place to start. If you look in your regestry you'll see that WinZip adds a regestry entry to *.shellex.ContextMenuHandlers.WinZip

    Good Luck
    Dan


  3. #3
    Join Date
    Jun 1999
    Posts
    4

    Re: Q: How to add to pop up menu (right click)

    this is a worked example in david.j.kruglenski's book on vc++(microsoft press).
    yadu


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