Windows right-click menu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Przemek M. Zawada

    #1

    Windows right-click menu

    Dear Group,

    I have written a software (C#/VS2005), which enter current directory,
    match all requested files and rename it recursively (removing special
    chars, etc). What I want is to add in right mouse click menu an item,
    ie. "Re-write this directory" when user clicks in ie. file explorer
    ($HOMEDIR/My Pictures via IE) right mouse button. This menu has items
    like: 'View, Sort, Copy, Paste, Cut, Delete, New --Submenu --New
    folder, New shortcut, etc. and I'd like to insert while installing my
    software one more item.

    How do I do it?

    Thank you for any help & all the best!
    Przemek

  • =?Utf-8?B?SHVzYW0gQWwtQScnYXJhag==?=

    #2
    RE: Windows right-click menu

    Hi,
    this may help
    http://www.c-sharpcorner.com/UploadF...sinCSharp.aspx


    cheers
    Husam Al-A'araj

    "Przemek M. Zawada" wrote:
    Dear Group,
    >
    I have written a software (C#/VS2005), which enter current directory,
    match all requested files and rename it recursively (removing special
    chars, etc). What I want is to add in right mouse click menu an item,
    ie. "Re-write this directory" when user clicks in ie. file explorer
    ($HOMEDIR/My Pictures via IE) right mouse button. This menu has items
    like: 'View, Sort, Copy, Paste, Cut, Delete, New --Submenu --New
    folder, New shortcut, etc. and I'd like to insert while installing my
    software one more item.
    >
    How do I do it?
    >
    Thank you for any help & all the best!
    Przemek
    >
    >

    Comment

    • Przemek M. Zawada

      #3
      Re: Windows right-click menu

      On Oct 28, 5:59 pm, Husam Al-A''araj
      <HusamAlAa...@d iscussions.micr osoft.comwrote:
      Hi,
      this may helphttp://www.c-sharpcorner.com/UploadFile/ggaganesh/WorkingwithMenu sinC...
      >
      cheers
      Husam Al-A'arajwww.aaraj .net
      >
      >
      >
      "Przemek M. Zawada" wrote:
      Dear Group,
      >
      I have written a software (C#/VS2005), which enter current directory,
      match all requested files and rename it recursively (removing special
      chars, etc). What I want is to add in right mouse click menu an item,
      ie. "Re-write this directory" when user clicks in ie. file explorer
      ($HOMEDIR/My Pictures via IE) right mouse button. This menu has items
      like: 'View, Sort, Copy, Paste, Cut, Delete, New --Submenu --New
      folder, New shortcut, etc. and I'd like to insert while installing my
      software one more item.
      >
      How do I do it?
      >
      Thank you for any help & all the best!
      Przemek- Hide quoted text -
      >
      - Show quoted text -
      Dear Husam,

      The way of creating menus I do understand, but how do I merge my
      menuitems with global-windows right-click menu?
      What I want is (an example):

      1. Menu Start -My Computer -C:\
      2. List of my files.
      3. I click right mouse button and I have a default windows menu.

      What shall I do while installing my software, to add into the windows
      menu few menu items (made by me)?

      All the best,
      Przemek M. Zawada

      Comment

      • =?Utf-8?B?aXdkdTE1?=

        #4
        Re: Windows right-click menu

        what your looking for is extending the shell. do an msdn search for it and
        that should get you started.

        hope this helps
        --
        -iwdu15

        Comment

        • Przemek M. Zawada

          #5
          Re: Windows right-click menu

          On Oct 28, 9:33 pm, iwdu15 <jmmgoalsteraty ahoodotcomwrote :
          what your looking for is extending the shell. do an msdn search for it and
          that should get you started.
          >
          hope this helps
          --
          -iwdu15
          Well, I have still problem with searching (googling) ...

          Przemek

          Comment

          Working...