Results 1 to 2 of 2

Thread: Context menus

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    Is it possible in VB to add an item to the context sensitive menu, like Winzip does, for example?

  2. #2
    Guest
    It's a registry thang. You need to either merge a .reg file, or set the registry settings using VB. Something like (and this was taken from a reg file)

    [HKEY_CLASSES_ROOT\*\Shell\xxxShare]
    @="&Distribute Update File..."

    [HKEY_CLASSES_ROOT\*\Shell\xxxShare\Command]
    @="\"d:\\program files\\redgum\\rgtodo.exe\" \"%1\""


    - gaffa

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