Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-11-2007, 07:52 PM   #1 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Exclamation 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

Old 08-11-2007, 07:59 PM   #2 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default 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
{
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 09-11-2007, 03:46 PM   #3 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default 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
 
Old 09-11-2007, 04:01 PM   #4 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default 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.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 09-11-2007, 05:33 PM   #5 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default 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....
 
Old 09-11-2007, 05:35 PM   #6 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default 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
}
}
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 10-11-2007, 11:47 AM   #7 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default 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...??? ->
 
Old 10-11-2007, 01:53 PM   #8 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default 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.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 10-11-2007, 02:34 PM   #9 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Text in Right Click

or u can try Replacer..
Pathik is offline  
Old 11-11-2007, 06:05 PM   #10 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default Re: Text in Right Click

if I use replacer is there is use of appling WFP patch.
 
Old 11-11-2007, 10:25 PM   #11 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Text in Right Click

^^ Nope. You can use any of them. But I always prefer WFP patcher if you use Resource Hacker frequently.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 12-11-2007, 08:18 AM   #12 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default 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.
 
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How often you click Ads on net? naveen_reloaded Chit-Chat 33 22-10-2007 10:07 AM
Unix text to notepad readable text? How? adithyagenius QnA (read only) 4 09-06-2007 07:27 PM
Right Click = Left Click emailaatif786 Hardware Q&A 6 26-03-2007 02:48 PM
Image in text | bordered text goobimama Tutorials 5 03-02-2007 09:36 PM
right click for bye bye! Cool Buddy QnA (read only) 1 06-09-2006 03:47 AM

 
Latest Threads
- by Who
- by Krow
- by clmlbx
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 09:08 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2