1. Computing

Customizing The System Menu For Your Delphi Application

From Zarko Gajic, About.com GuideSeptember 25, 2012

Follow me on:

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?

Read the full article to learn aboutCustomizing The System Menu Of An Application

Related:

Comments
October 3, 2012 at 3:26 am
(1) No'am Newman says:

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

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

©2013 About.com. All rights reserved.