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

前端 未结 7 1530
青春惊慌失措
青春惊慌失措 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:56

    You could use Growl for Windows - I don't think there is a Delphi library for it yet, but you can control it via UDP messages, so any network library should do.

提交回复
热议问题