 |
08-11-2007, 07:52 PM
|
#1 (permalink)
|
|
Guest
|
Text in Right Click
Hi Friends,
I got a picture from www.askVG.com (Vishal Gupta) sites.
As follow:-
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.
|
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
08-11-2007, 07:59 PM
|
#2 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Text in Right Click
I have already given the answer there buddy. 
Many ppl hv asked the same question. Read my reply in comments:
http://www.askvg.com/add-an-image-in...windows-xp/#93
Quote:
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
{
|
|
|
|
09-11-2007, 03:46 PM
|
#3 (permalink)
|
|
Guest
|
Re: Text in Right Click
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 vaibhavtek; 09-11-2007 at 03:46 PM.
Reason: Automerged Doublepost
|
|
|
|
09-11-2007, 04:01 PM
|
#4 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Text in Right Click
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.
|
|
|
09-11-2007, 05:33 PM
|
#5 (permalink)
|
|
Guest
|
Re: Text in Right Click
Hi Vishal,
I am posting out my content of shell32.dll (in resource hacker) -> Menu -> 215
Quote:
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....
|
|
|
|
09-11-2007, 05:35 PM
|
#6 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Text in Right Click
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
}
}
|
|
|
10-11-2007, 11:47 AM
|
#7 (permalink)
|
|
Guest
|
Re: Text in Right Click
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...??? ->
|
|
|
|
10-11-2007, 01:53 PM
|
#8 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Text in Right Click
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.
|
|
|
10-11-2007, 02:34 PM
|
#9 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Text in Right Click
or u can try Replacer..
|
|
|
11-11-2007, 06:05 PM
|
#10 (permalink)
|
|
Guest
|
Re: Text in Right Click
if I use replacer is there is use of appling WFP patch.
|
|
|
|
11-11-2007, 10:25 PM
|
#11 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Text in Right Click
^^ Nope. You can use any of them. But I always prefer WFP patcher if you use Resource Hacker frequently.
|
|
|
12-11-2007, 08:18 AM
|
#12 (permalink)
|
|
Guest
|
Re: Text in Right Click
i succesfully does that thanx vishal gupta.
you are very cool....!!!
Last edited by vaibhavtek; 12-11-2007 at 05:28 PM.
|
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|