 |
|
 |
shell programming or check my cpzipstripper project on this site for dealing with .zip extensions.
|
|
|
|
 |
|
 |
add %i to the commandline
|
|
|
|
 |
|
 |
Could anyone plz tell how to change the above code so that an image is added to the left of menu item. And how can I add submenus using above code.
|
|
|
|
 |
|
 |
Hi, Can you show me how to add icon to the menu created for folder and file
thanks
kaymaf
|
|
|
|
 |
|
 |
hello,
I have one windows application.I want to add menu items just like default windows.Please give me any sample.
|
|
|
|
 |
|
 |
Maybe registry keys are diff. for the setting of, when you go and set it inside windows 2000, I tried on mine and was not able to make it work.
Is your pc a xp or 2000?
|
|
|
|
 |
|
 |
I've tested on XP only.
|
|
|
|
 |
|
 |
I have stepped through the code to setup a menu item and there are no errors or exceptions, but when I look for my menu item in the registry, it is not there. It also doesn't show up in Explorer when I right-click.
Any help would be appreciated.
BTW, I forgot to mention that I can get this to work for a folder, but I want to make the menu item sensitive to any file, not a folder. How can I do that?
modified on Friday, July 18, 2008 11:54 AM
|
|
|
|
 |
|
 |
If you want a fast solution, you can change these to lines in the source code and you will get what you want: private const string MenuName = "*\\shell\\NewMenuOption"; public const string Command = "*\\shell\\NewMenuOption\\command"; Better: Change the dialog and let the user decide what he wants to do!
|
|
|
|
 |
|
 |
Royce Fickling wrote: I have stepped through the code to setup a menu item and there are no errors or exceptions, but when I look for my menu item in the registry, it is not there. It also doesn't show up in Explorer when I right-click.
I am having the same problem.
As I sit here, I contemplate the last words of Socrates: "I drank what?".
Pokémon Pearl Friend Code: 4554-2418-6836
|
|
|
|
 |
|
 |
I used XP and I was administrator when I tested it.
|
|
|
|
 |
|
 |
I was also using XP and the admin, but it was a 64 bit... I'm gonna try it on my home PC.
EDIT: Nope, still doesn't work.
As I sit here, I contemplate the last words of Socrates: "I drank what?".
Pokémon Pearl Friend Code: 4554-2418-6836
|
|
|
|
 |
|
 |
How would I add a Menu Option that when you select it, it expands to multiple options?
|
|
|
|
 |
|
 |
in short, there is no easy way.
You'll need to have some shell extensions(COM objects).
I saw some good articles on this site about .net plug ins.
|
|
|
|
 |
|
 |
Would you be kind to point me to these articles? And also, your below links to Context Menu Handler inside a COM DLL are not valid any more. Can you find the correct link, I cant manage to find it.
Thanks,
Goran
|
|
|
|
 |
|
 |
How can I make an registry entry through the Setup and Deployment projects as in the described order in this article?
|
|
|
|
 |
|
 |
export the reg keys using regedit and add them to the deployment script.
The non default path might be an issue.
|
|
|
|
 |
|
 |
Hi, anyone know how it can be configured to run from a drive? - e.g. by right clicking on local disk? I'm getting "Windows Application has encountered a problem and needs to close". Many thanks.
|
|
|
|
 |
|
 |
is there any way to add the context menu items for the applications like MSWord, EXcel, notepad etc ??
-- modified at 8:21 Wednesday 19th September, 2007
|
|
|
|
 |
|
|
 |
|
 |
Hi,
Thanks for the reply
Can I program to edit/modify the context menu, after opening the applications notepad/msword/excel etc.
Like when I open a notepad I will get a context menu with Undo,Cut,Copy,Paste,delete,Select all. Can I include my command at there ?? which will open my application from there.
|
|
|
|
 |
|
 |
When I add a new menu option using these techniques, it is at the top of the context menu and is the default option. I don't want this.
How do I insert the new menu option elsewhere in the menu and leave the default menu option alone?
|
|
|
|
 |
|
 |
I need to pass some arguments (this includes the path to the right-clicked file) to the program that'll fire up when slecting the menu item that i create.
Please help.
Excuse my english
All we have to decide is what we do with the time that is given to us.
All that once was is lost for few now live who remeber it.
I know that you have other rules, but I obey no rule.
|
|
|
|
 |
|
|
 |
|
|
 |