Articles → .NET → Desktop Notification In C#

Desktop Notification In C#






Adding A Reference




  1. Go to solution explorer.
  2. Right-click on References → Manage NuGet Packages…
  3. Search for tulpep and install ‘Notification Popup Window’ component
  4. Picture showing adding the Notification Popup Window component from nuget packages in the project
    Click to Enlarge



Code




PopupNotifier notifier = new PopupNotifier();            
notifier.TitleText = "Welcome message";
notifier.ContentText = "Welcome to notification message";
notifier.Popup();



Output


Picture showing the output of desktop notification in C#
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Tuesday, November 19, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250