This program sends notification to Windows Taskbar. It is a useful small utility when a console program wants to send a notification to Windows Taskbar (GUI) to inform the user. Python script, PowerShell script, Batch script, or even third-party programs can utilize this utility.
I originally wrote this utility in Visual Studio 2005, and later ported to VS2010. I was going through my backups and found it there, so I decided to port it to VS2022.
- Install Visual Studio 2022 (or latest)
- Clone this repository
- For release build, open the project in Visual Studio, select
Releaseconfiguration and desired processor architecture (x64for 64-bit, orx86for 32-bit), then build the project.
Copyright © Farhan Ali Qureshi. All rights reserved. View the MIT LICENSE file for details.