|
|
|
re: Question about 'Customize the Start Menu Button'
Thursday, May 2, 2002 at 11:46 pm Windows 98 Annoyances Discussion Forum
Posted by lupy
(12 messages posted)
U have to open up the explorer.exe file in a hex editor.....a program that looks
at the raw bytes in a file. What word do u have on your 'start button'? is it in
chinese? You need a ascii chart to find out the codes for your letters. In english
the code sequence is.. 53 00 74 00 61 00 72 00 74 ...note that each letter is separated
by a 00 as explained at that link. Also, 53 is for capital s. If yours is a little
s use 73 instead. So your problrm is to convert what u actually have written now
on your start button to a string of ascii characters. Once u have the correct string
u should be able to find it in the explorer.exe file.
|
All messages in this thread [show all]
 |  | re: Question about 'Customize the Start Menu Button' (lupy: Thu, May 2, 2002, 11:46 pm) |
| |
| |
Return to the Windows 98 Discussion Forum
|
|
|
|