[help] Start Menu Mod
#1
Guest_nillinu_*
Posted 25 July 2004 - 04:47 AM
symbols at the end!
arrows
background color
left icons
does anyone knw where i can find the
MENUITEM "&Log Out... xrQ", 402, M
the 402 out of that because if i do i can change the destinations and if it has the icons i believe
also does anyone knw where i can change the arrows
THANKS
----------------------
Don't remove admin/mods messages in your posts! Do it again, you'll be warned!
The Topic Has Been Tagged
\\ Seph
#2
Posted 25 July 2004 - 07:36 AM
to get that ? I presume you have to mod the VS in stylebuilder
or something like that but what values do you change ?
Thanksss
#3
Guest_nillinu_*
Posted 25 July 2004 - 09:08 AM
and when it is complete i will post the info
#4
Posted 25 July 2004 - 11:46 AM
Go HERE for tutorials.Originally posted by ifido
OMG OMG OMG. Can you please tell us what one has to do
to get that ? I presume you have to mod the VS in stylebuilder
or something like that but what values do you change ?
By reshacking 'explorer.exe' you can do about anything with your startmenu...
#5
Posted 25 July 2004 - 12:10 PM
Plz!
#6
Posted 25 July 2004 - 01:10 PM
Originally posted by Detox@Jul 25 2004, 12:10 PM
I want you modded explorer.exe
Yeah CRNI,
What did you mod in 'explorer.exe' to get that effect???
greets,
wiebeest
#7
Posted 25 July 2004 - 04:45 PM
actually, he could post the code and you could simply copy and paste that code into explorer, overwriting the default, and save/replace.
#8
Guest_nillinu_*
Posted 26 July 2004 - 02:36 AM
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 0, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "System Preferences", 0, MFT_STRING, MFS_ENABLED
POPUP "Dock", 501, MFT_STRING, MFS_GRAYED, 0
{
MENUITEM "Turn Magnification On", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Turn Hiding Off", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Postion On Left", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Postition On Bottom", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Position On Right", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Dock Preferences...", 0, MFT_STRING, MFS_ENABLED
}
POPUP "Location", 504, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "(Empty) ", 513, MFT_STRING, MFS_GRAYED
}
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
POPUP "Recent Items...", 501, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "(Empty) ", 514, MFT_STRING, MFS_GRAYED
}
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "&Force Quit...", 401, MFT_STRING, MFS_ENABLED | MFS_DEFAULT
MENUITEM "S&ynchronize", 553, MFT_STRING, MFS_ENABLED
MENUITEM "D&isconnect...", 5000, MFT_STRING, MFS_ENABLED
MENUITEM "Undock Comput&er", 410, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Sleep", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Restart...", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Sh&ut Down...", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "&Log Out...", 402, MFT_STRING, MFS_ENABLED
}
}
#9
Guest_nillinu_*
Posted 26 July 2004 - 03:30 AM
#10
Posted 26 July 2004 - 03:52 AM
How did it get there?? I've never seen that before....maybe change VS or something..
#11
Guest_nillinu_*
#12
Posted 26 July 2004 - 07:17 AM
#13
Posted 26 July 2004 - 03:15 PM
#14
Posted 26 July 2004 - 05:09 PM
can you please post the final code, because the earlier version you posted didn't work properly because of the sys prefs link which doesn't work.
also the xp professional image is still there......
thx
adark
#15
Posted 26 July 2004 - 06:14 PM
edit: crni, what indentifier number did you use for the "Browse Computer" item?
#16
Guest_nillinu_*
#17
Guest_nillinu_*
Posted 26 July 2004 - 08:35 PM
204 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 0, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "System Preferences", 505, MFT_STRING, MFS_ENABLED
POPUP "Dock", 3860, MFT_STRING, MFS_GRAYED, 0
{
MENUITEM "Turn Magnification On", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Turn Hiding Off", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Postion On Left", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Postition On Bottom", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Position On Right", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Dock Preferences...", 0, MFT_STRING, MFS_ENABLED
}
POPUP "Location", 504, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "(Empty) ", 513, MFT_STRING, MFS_GRAYED
}
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
POPUP "Recent Items...", 501, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "(Empty) ", 514, MFT_STRING, MFS_GRAYED
}
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "&Force Quit...", 420, MFT_STRING, MFS_ENABLED | MFS_DEFAULT
MENUITEM "S&ynchronize", 553, MFT_STRING, MFS_ENABLED
MENUITEM "D&isconnect...", 5000, MFT_STRING, MFS_ENABLED
MENUITEM "Undock Comput&er", 410, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Sleep", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Restart...", 0, MFT_STRING, MFS_ENABLED
MENUITEM "Sh&ut Down...", 0, MFT_STRING, MFS_ENABLED
MENUITEM " ", 0, MFT_STRING, MFS_ENABLED
MENUITEM "&Log Out...", 402, MFT_STRING, MFS_ENABLED
}
}
#18
Posted 26 July 2004 - 08:59 PM
When you finish it I suggest you to contact Flyakite and let him include your hack in upcoming Sysfiles 6.0 release
#19
Posted 26 July 2004 - 09:20 PM
#20
Guest_nillinu_*
Posted 26 July 2004 - 10:21 PM











