DevExpress
VCL : TdxAlertWindow / TdxAlertWindowManager
Ist es das nicht was du suchst? Oder geht das nicht weit genug?
Allerdings lohnt es sich nicht sich DevExpress zuzulegen nur wegen der Komponente.
DevExpress schreibt:
Zitat:
NOTE
Toast notifications can only be displayed in Windows 8.0 or higher. For older Windows versions, use alert windows instead.
Windows displays toast notifications only for those apps that are pinned to the Start menu.
Toast Notification manager cannot display notifications if a user has disabled notifications (application-specific notifications or all notifications).
The component uses the system’s
COM objects to pass notification data to the Windows Notification Platform. Windows shows notifications based on this data. If your application or a user has no rights to
access the Windows Notification Platform, notifications do not pop up.
Bedeutet, dass das von Windows kommt. Wenn Du dir die
WinAPI dafür ansiehst kannst Du das auch selber ansprechen.
Das AlertWindowManager ist ja eigentlich gedacht für ältere Systeme vor Win 8 und ist an sich nicht das was von der LEitung gewünscht ist.
Vor allem optisch.
Es sollen die Toasts sein, die eben auch per
XML entsprechend manipulierbar wären und eine bestimmte Optik haben.
Ich werde es mir trotzdem nochmal anschauen.
Wir nutzen DevExpress sowieso schon, aber den Toast-Notification-Manager haben wir nicht.