.NET news » Search results

Search results for query "hook" (5):

A simple C# global low level keyboard hook

A simple description and sample of creating a global low level keyboard hook in C#
2007-05-30 20:28:00   Source: A simple C# global low level keyboard hook   Tags: Examples

Subclassing and Overriding ASP.NET Pages. Part 1

There are a number of techniques that allow you to modify an ASP.NET page without touching its source code. You don't need a button's source code to create a derived class, and you don't need an ASP.NET page's source code to modify its behavior. In Windows programming, you typically hook up low level messages and subclass a window. In ASP.NET, you can try to hook up page events to override both the page behavior and output..
2007-03-12 19:00:00   Source: Subclassing and Overriding ASP.NET Pages. Part 1   Tags: ASP.NET

MethodLogger - Hook into method calls in .NET binaries

Modifies .NET MSIL binaries to call configured methods at the beginning and end of methods in the binaries.
2006-11-13 09:51:00   Source: MethodLogger - Hook into method calls in .NET binaries   Tags: C# Debug

EasyHook - The reinvention of Windows API hooking

Hooking native APIs from any .NET language with support for AnyCPU assemblies and Windows Server 2008 SP1 x64.
2008-07-09 08:20:00   Source: EasyHook - The reinvention of Windows API hooking   Tags: Examples

Low-level Windows API hooks from C# to stop unwanted keystrokes

Babies and other animals love nothing better than to have a whack at the keyboard, with all sorts of unpredictable results. This application demonstrates how to trap keystrokes before they can do any damage.
2006-06-17 06:04:00   Source: Low-level Windows API hooks from C# to stop unwanted...   Tags: Examples
1