I am running a small monitoring program that has a form/window that stays on top on the corner of my screen. At present it has an icon in the Windows Task Bar. I would like to remove this icon and have either none at all or an icon in the System Tray. (Win XP)
I am using Delphi 5 (yes I know, dark ages). I gather it is easy to do what I want using later Delphi versions, but I don't know how to achieve it in D5 by using system messages.
The MainFormOnTaskBar property is not available in Delphi 5, so this needs to be achieved using Windows messages, which I am unfamiliar with.
Suggestions please.