Archive

Archive for the ‘C#’ Category

DebugView

February 5th, 2010 No comments

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 of displaying both kernel-mode and Win32 debug output, so you don’t need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs.

Link

Categories: C#, Tools, Windows Vista Tags:

Low level keyboard hook

November 22nd, 2009 No comments

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

Categories: C# Tags:

Command Line Parser Library

November 22nd, 2009 No comments

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

Categories: C# Tags: