Skip to content

wo-roberts/HiddenWindow

 
 

Repository files navigation

HiddenWindow

A library for creating a Hidden Window with associated Windows message loop so that Console applications can receive signals. In particular this allows a ConsoleApplication to capture and respond to TaskKill signal.

Usage

Add a reference to the nuget package and call:

HiddenWindow.OnClose += OnCloseEventHandler
HiddenWindow.Create();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Batchfile 0.2%