Menus ::
What if you want to add a custom item to the system menu of an application, or delete/change the default Close caption, or even add some bitmap to it? Need to handle (add, delete, change, add bitmap,...) your own system menu items and how and where to process them, by using Windows API and Delphi?
What if you want to add a custom item to the system menu of an application, or delete/change the default Close caption, or even add some bitmap to it? Need to handle (add, delete, change, add bitmap,...) your own system menu items and how and where to process them, by using Windows API and Delphi?
Read the full article to learn aboutCustomizing The System Menu Of An Application
Related:

As it happens, I was working with added items to the system menu the other day, and I wanted to add a keyboard shortcut (such as Alt-F8) to an item. After a great deal of scratching my head, accompanied by googling and looking through all my Delphi books, I asked the question on Stack Exchange and shortly after received an answer.
Check this out:
http://stackoverflow.com/questions/12659300/adding-a-shortcut-to-a-programmatically-added-system-menu-option