Category: C#

DebugView

DebugView is an application to monitor debug output. From Microsoft TechNet: DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable

Low level keyboard hook

Here is a small example of how to create a low level keyboard hook with the Win32 API. Example can be found here.   KeyboardManager.cs  

Command Line Parser Library

Here is a link to a C# command line parser library: link

Top