Create a Windows system message/notification
-
wrote on 5 Nov 2019, 11:33 last edited by hobbyProgrammer 11 May 2019, 11:43
Hi,
I am making a timer and I would like a system message to appear when the timer is completed.
I think I've seen it before in one of the examples, so if you know the name of the example, that would be very helpful.(The way outlook shows you that you've got an email or how discord shows you incoming messages)
-
Hi,
I am making a timer and I would like a system message to appear when the timer is completed.
I think I've seen it before in one of the examples, so if you know the name of the example, that would be very helpful.(The way outlook shows you that you've got an email or how discord shows you incoming messages)
wrote on 5 Nov 2019, 11:46 last edited by@hobbyProgrammer said in Create a Windows system message/notification:
a system message to appear
What do you mean by this? Are you talking about native Windows
SendMessage()
call, or something quite different/specific? -
@hobbyProgrammer said in Create a Windows system message/notification:
a system message to appear
What do you mean by this? Are you talking about native Windows
SendMessage()
call, or something quite different/specific?wrote on 5 Nov 2019, 12:02 last edited by@JonB Hi.
I meant the way outlook shows you that you've got an email or how discord shows you incoming messages.
-
@JonB Hi.
I meant the way outlook shows you that you've got an email or how discord shows you incoming messages.
wrote on 5 Nov 2019, 12:08 last edited by JonB 11 May 2019, 12:13@hobbyProgrammer
OK, sorry, I don't know. It might be Windows 10-sy, or it might have something to do with the system tray. Is https://stackoverflow.com/questions/11450528/qt-notifications-without-tray-icon-possible relevant to you? See https://stackoverflow.com/questions/58096835/qt-windows-10-notifications, or https://stackoverflow.com/questions/48991603/c-qt-how-to-check-if-toast-notifications-are-enabled-for-my-application. So I think it has something to do with the system tray, or whatever "toast" is... -
Hi
There is also
https://github.com/mohabouje/WinToast
1/5