Text in Right Click

Status
Not open for further replies.
V

vaibhavtek

Guest
Hi Friends,
I got a picture from www.askVG.com (Vishal Gupta) sites.
As follow:-

*www.cmybbimages.com/users/public/i44313right%20clickn150.jpg

This is the picture of Right Click menu.
I notice that the header of the picture shows:-
!**~._VISHAL_.~**!

I also want the add my own text in right click menu.
I know it is with the help of Resource Hacker.
Can anyone follow me the steps needed to add my own text.
I hope reader understand what I am taking about.

Please reply...
Awating for help.
 

Vishal Gupta

Microsoft MVP
I have already given the answer there buddy. ;)
Many ppl hv asked the same question. Read my reply in comments:

*www.askvg.com/add-an-image-in-desktopexplorer-context-menu-in-windows-xp/#93

Open “Shell32.dll” file in resource hacker and goto:

Menu -> 215 -> 1033

Now add following line:

MENUITEM “!*~.VISHAL.~*!”, 33333, MFT_STRING, MFS_GRAYED | MFS_DEFAULT

Just after the:

215 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP “”, 0, MFT_STRING, MFS_ENABLED, 0
{
 
OP
V

vaibhavtek

Guest
i tried that but didnot help, can u reply me the steps in details that means step by step.
please

OR

for better give screenshot of your Shell32.dll (in resource hacker) -> Menu -> 215 -> 1033
Hope u undestand...
Please do this rather than that if possible...

it is not necessary that only Vishal has to post the screenshot any other user who had tried this can also post the screenshot....

any one please give screenshot..
Please

anyone pls help me..
 
Last edited by a moderator:

Vishal Gupta

Microsoft MVP
Open “Shell32.dll” file in resource hacker and goto:

Menu -> 215 -> 1033

Now copy the whole code from right-side pane and paste here and also tell me what text do you want to show in context menu and I'll post the desired code for you. :)
 
OP
V

vaibhavtek

Guest
Hi Vishal,

I am posting out my content of shell32.dll (in resource hacker) -> Menu -> 215

215 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 0, MFT_STRING, MFS_ENABLED, 0
{
POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "Filmstri&p", 28719, MFT_STRING, MFS_ENABLED
MENUITEM "T&humbnails", 28717, MFT_STRING, MFS_ENABLED
MENUITEM "Tile&s", 28718, MFT_STRING, MFS_ENABLED
MENUITEM "Ico&ns", 28713, MFT_STRING, MFS_ENABLED
MENUITEM "&List", 28715, MFT_STRING, MFS_ENABLED
MENUITEM "&Details", 28716, MFT_STRING, MFS_ENABLED
}
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
POPUP "Arrange &Icons By", 28673, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "", 30208, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Show in &Groups", 30209, MFT_STRING, MFS_ENABLED
MENUITEM "&Auto Arrange", 28753, MFT_STRING, MFS_ENABLED
MENUITEM "A&lign to Grid", 28756, MFT_STRING, MFS_ENABLED
}
MENUITEM "R&efresh", 28931, MFT_STRING, MFS_ENABLED
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Customize This &Folder...", 28722, MFT_STRING, MFS_ENABLED
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "&Paste", 28698, MFT_STRING, MFS_ENABLED
MENUITEM "Paste &Shortcut", 28700, MFT_STRING, MFS_ENABLED
MENUITEM "&Undo", 28699, MFT_STRING, MFS_ENABLED
}
}


I want to insert !!!Vaibhav!!! in my content menu.
Please reply as soon as possible.
Awating....
 

Vishal Gupta

Microsoft MVP
Code:
215 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 0, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM “!!!Vaibhav!!!”, 33333, MFT_STRING, MFS_GRAYED | MFS_DEFAULT
POPUP "&View", 28674, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "Filmstri&p", 28719, MFT_STRING, MFS_ENABLED
MENUITEM "T&humbnails", 28717, MFT_STRING, MFS_ENABLED
MENUITEM "Tile&s", 28718, MFT_STRING, MFS_ENABLED
MENUITEM "Ico&ns", 28713, MFT_STRING, MFS_ENABLED
MENUITEM "&List", 28715, MFT_STRING, MFS_ENABLED
MENUITEM "&Details", 28716, MFT_STRING, MFS_ENABLED
}
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
POPUP "Arrange &Icons By", 28673, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "", 30208, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Show in &Groups", 30209, MFT_STRING, MFS_ENABLED
MENUITEM "&Auto Arrange", 28753, MFT_STRING, MFS_ENABLED
MENUITEM "A&lign to Grid", 28756, MFT_STRING, MFS_ENABLED
}
MENUITEM "R&efresh", 28931, MFT_STRING, MFS_ENABLED
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Customize This &Folder...", 28722, MFT_STRING, MFS_ENABLED
MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "&Paste", 28698, MFT_STRING, MFS_ENABLED
MENUITEM "Paste &Shortcut", 28700, MFT_STRING, MFS_ENABLED
MENUITEM "&Undo", 28699, MFT_STRING, MFS_ENABLED
}
}
 
OP
V

vaibhavtek

Guest
Hi Vishal.

I just copy copy and paste your given content in shell32.dll (resource hacker) Menu -> 215 -> I click on compile script and it compile succesfully -> then I click on file and save -> I resarted my computer but It doesnot update.

Is I had done something wrong....???

Please provide me the steps neede the replace the hacked shell32.dll file with real one.

Infact provide me the steps after pasting your given content in Menu -> 215

that means after pasting your given content in shell32.dll (in resource hacker) -> Menu 215 what I have to do next...??? ->
 

Vishal Gupta

Microsoft MVP
I request you to go through the XP tutorials at my site. I have given all such solutions there. Its happening bcoz of WFP service. You can download WFP Patcher from "Downloads" section at the site.
 
OP
V

vaibhavtek

Guest
i succesfully does that thanx vishal gupta.
you are very cool....!!! :cool:
 
Last edited by a moderator:
Status
Not open for further replies.
Top Bottom