Skip to content

FarhanAliQureshi/taskbar-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskbar Notifier

Overview

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.

Build Instructions

  • Install Visual Studio 2022 (or latest)
  • Clone this repository
  • For release build, open the project in Visual Studio, select Release configuration and desired processor architecture (x64 for 64-bit, or x86 for 32-bit), then build the project.

License

Copyright © Farhan Ali Qureshi. All rights reserved. View the MIT LICENSE file for details.