mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
704 stars 130 forks source link

Add a sample console application, and add a few more features #13

Closed dscho closed 6 years ago

dscho commented 7 years ago

This is based on https://github.com/mohabouje/WinToast/pull/12, which is required to make things compile easily in Visual Studio (we could define the constant UNICODE, but that would make it harder to use WinToast in other applications that may not want to define that constant).

First of all, this PR introduces a new example: a ready-to-build Visual Studio project (requires 2015 or later, I believe, I am using 2017).

Then, this PR goes on to add two features, demonstrating them via that console application in parallel. The features are:

The console application accepts command-line options to set:

mohabouje commented 6 years ago

Thank you for your work, Im a little bit busy this week, I will take a look and merge everything as soon as possible!

dscho commented 6 years ago

Im a little bit busy this week, I will take a look and merge everything as soon as possible!

Thank you!

Please do not hesitate to ping me whenever anything is unclear (or needs to be changed).

For the record, I am available this week, but not next, but then again available the week starting Nov 27th.