Windows right-click menu

P

Przemek M. Zawada

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
 
P

Przemek M. Zawada

Hi,
this may helphttp://www.c-sharpcorner.com/UploadFile/ggaganesh/WorkingwithMenusinC...

cheers
Husam Al-A'arajwww.aaraj.net








- 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
 
G

Guest

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

hope this helps
 
P

Przemek M. Zawada

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

hope this helps

Well, I have still problem with searching (googling) ...

Przemek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top