Local toast notification from code

Is it possible to locally publish a tox notification from code without using a web service?

I would like to show a toast notification called from DispatcherTimer.Tick only when the application is running.

+3
source share
1 answer

The Coding4Fun Toolbox contains a toast tip that fits your needs. This article describes how to use it.

+7
source

Source: https://habr.com/ru/post/1795837/


All Articles