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

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

    What you are searching for are Balloon Tips in a System Tray. For general WinAPI here's a nice tutorial for it, that you shouldn't have problems translating to Delphi.

    You can find some ready to use code for balloon tips in Delphi here.

    A nice implementation is available here.

提交回复
热议问题