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

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

    Try using the TJvDesktopAlert component wich is included in the JVCL, you can find an example in jvcl\examples\JvDesktopAlert\JvDesktopAlertDemo.dpr


    (source: agnisoft.com)

提交回复
热议问题