Re: where is the 'suspend' string ?
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Tue, 9 Oct 2007 08:33:09 -0700
It's in the string table of explorer.exe. IDS_MENUSUSPEND. Of course, you
won't want to edit it in-place, but it's found at
PUBLIC\SHELL\OAK\HPC\EXPLORER\MAIN in explorerbase.rc. I just did this
operation yesterday...
Paul T.
"daniel" <daniel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:318D9B4F-DF6C-4AD3-A0B2-823CB6AB3F3F@xxxxxxxxxxxxxxxx
hi?
I'm trying to change the 'suspend' string of Start->suspend menu of ce 5.0
to the other string.
But I can't find the file that defines the string.
Where in the world is the file?
.
Relevant Pages
- Re: Using handles and editboxes
... My edit is called editbox1 and the 'String' = r to make the line red. ... A Handle Graphics handle is sort of like the 'phone number' of the Handle ... (comp.soft-sys.matlab) - Re: Using handles and editboxes
... My edit is called editbox1 and the 'String' = r to make the line red. ... A Handle Graphics handle is sort of like the 'phone number' of the Handle ... (comp.soft-sys.matlab) - Re: Beginning project help
... You might also want to look at my Validating Edit Control on my MVP ... the notification flag, set the text, and restore the notification flag to its original ... >EN_UPDATE event to check the string with the CheckForFloat function ... (microsoft.public.vc.mfc) - Re: Home page
... add a new string value called "Start Page", ... "Cannot edit Start page: Error reading the value's contents." ... add any other string value and edit that registry entry, ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: sharing variables between dialog boxes
... passing pointers to variables into dialogs rarely makes sense for something this simple. ... has a edit box and save button. ... Just pass the string that you want your edit box to display in the ... pass a *pointer* to it into the second dialog box constructor. ... (microsoft.public.vc.mfc) |
|