Click here to Skip to main content
16,013,338 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys,
how can I let my program show a windows toast notification in the notification bar.

please help me.
Posted

1 solution

Sure, MSDN is here to help you in getting started to "Showing a Toast Notification in Windows 10". Remember, Windows 10 runs on Windows Runtime as the API for software development. So, do not confuse is the solution says, "Windows 8/8.1" etc. It works on Windows 10 too.

https://msdn.microsoft.com/en-us/library/windows/apps/hh779727.aspx[^]

The above MSDN guide is the introduction, keep reading the attached documents and resources, also there is a sample for Toast Notifications[^]. Try it out to learn the best practices.
 
Share this answer
 
Comments
[no name] 9-Oct-15 18:38pm    
Accepted and a 5 :-) .Ok, accepted I can't control :(
Afzaal Ahmad Zeeshan 10-Oct-15 3:38am    
Thank you. :-)
Tobias Wälde 10-Oct-15 6:50am    
which *.dll do i need?
Afzaal Ahmad Zeeshan 10-Oct-15 10:20am    
There would be not a single dll that you would need. So, go through the ones discussed in the documentation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900