I want a custom notification or beep sound on my windows taskbar upon a row entry in my database table
Loading
I want a custom notification or beep sound on my windows taskbar upon a row entry in my database table
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Mar 14, 2023, 5:26 AM
Hello Vineeth,
Please check out the detailed article on desktop notifications with code samples.
https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=appsdk
you need to use the below NuGet package.
Thanks
Amit MohantyPosted Mar 14, 2023, 4:20 AM
You can use toast notification in your application.
Call the above function with your custom message on row entry.