How to display a message window in the right bottom corner of the active display using Delphi

前端 未结 7 1627
青春惊慌失措
青春惊慌失措 2021-02-04 17:29

These days you see a lot of software displaying message windows in the right bottom corner of the active screen for a few seconds or until a close button is cli

7条回答
  •  青春惊慌失措
    2021-02-04 17:53

    Check out Snarl, similar to Growl for Windows, but I have found to be better. There is a Pas file to easily interface, and the way it works is very simple, with just sending windows messages.

    http://fullphat.net/

    It also allows the end user some amount of control of which messages to see, duration before fading, etc.

提交回复
热议问题