Samystic
FRESH mind
Hello Digigans!!!
Most of us use Notepad for some or the other purpose...some advanced users may do their stuff in NoteTab Pro,etc.
This l'il tweak will remove the hassles of using the menu(which i found to be very irritating while using Find, Replace). It actually removes the menubar!
OK! Before proceeding, BACKUP YOUR NOTEPAD (%WINDIR%\Notepad.exe)
1] Start Resource Hacker
2] Open Notepad in it
3] Expand to Menu>1>1033
4] In the right hand side pane, delete all those stuff and paste this:
5] Press "Compile Script".
6] Save it or press Ctrl+S
7] Run Notepad
8] That Menubar is gone and instead every command appears as a button.
I hope Mr. Vista is reading this...can the same thing be done to the Windows Explorer menubar? Would'nt it be cool then???
Thanks.
Most of us use Notepad for some or the other purpose...some advanced users may do their stuff in NoteTab Pro,etc.
This l'il tweak will remove the hassles of using the menu(which i found to be very irritating while using Find, Replace). It actually removes the menubar!
OK! Before proceeding, BACKUP YOUR NOTEPAD (%WINDIR%\Notepad.exe)
1] Start Resource Hacker
2] Open Notepad in it
3] Expand to Menu>1>1033
4] In the right hand side pane, delete all those stuff and paste this:
Code:
1 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
MENUITEM "New", 1
MENUITEM "Open", 2
MENUITEM "Save", 3
MENUITEM "Save As...", 4
MENUITEM "Select All ", 25
MENUITEM "Undo", 16
MENUITEM "Cut", 768
MENUITEM "Copy", 769
MENUITEM "Paste", 770
MENUITEM "Delete", 771
MENUITEM "Font", 33
MENUITEM "Find", 22
MENUITEM "Find Next", 22
MENUITEM "Go To", 24
MENUITEM "Replace", 23
MENUITEM "Status Bar", 27
MENUITEM "Wrap", 32
MENUITEM "Time/&Date", 26
}
5] Press "Compile Script".
6] Save it or press Ctrl+S
7] Run Notepad
8] That Menubar is gone and instead every command appears as a button.
I hope Mr. Vista is reading this...can the same thing be done to the Windows Explorer menubar? Would'nt it be cool then???
Thanks.