Creating a custom notification popup in c# wpf -


I am currently working on a C # WPF project. What I want to be able to do is allow the application to reduce the system tray area which I have done without any problems. The main thing I want to achieve when a user clicks on a certain object within the program, a notification message appears in the lower right corner of the screen above the work bar near the system tray notification area. I know I can use the balloon tip but I do not want to use it. Instead, I want to create my own custom window which appears in the area similar to a balloon tip, but I style it in my own way.

What is the best way to get this custom notification popup, I would be grateful for any help you can give.

Your answer and / or second, is a WinForms app, but the same idea should apply.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -