Hello Ivo,
I am referring to this thread:
How to Customize the Start Button right click context menu
Normally the right click context menu of the start button shows this two menu entries:
- Properties
- Open Windows Explorer
Your program "Classic Start Menu" replaces this context menu with:
- ==Classic Start Menu==
- Open
- Open All Users
- Settings
- Help
- Exit
I see that this context menu is configured in "StartMenuL10N.ini":
Code:
Menu.Open = &Open
Menu.OpenAll = O&pen All Users
Menu.MenuSettings = Settings
Menu.MenuHelp = Help
Menu.MenuExit = Exit
Is it possible to add personal menu entries to the context menu ?
Perhaps without using "Classic Start Menu" ?