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.
This should serve as a better way to address the problem described in #14: that the toast notification is not necessarily shown during the first run of the program, as the shortcut has been just created and Windows does not really pick up on it just yet.
This PR is intended to be merged after #16 (it includes those commits, as it would otherwise result in a merge conflict).
This should serve as a better way to address the problem described in #14: that the toast notification is not necessarily shown during the first run of the program, as the shortcut has been just created and Windows does not really pick up on it just yet.
This PR is intended to be merged after #16 (it includes those commits, as it would otherwise result in a merge conflict).