Recent posts
Most Popular
Recent Comments
- Nouveau Lock (C# 13/.NET 9) - Blog .NET on Object header get complicated
- Anonymous on Mono.Cecil – Generics
- Anonymous on Object header get complicated
.Net attached-properties Behind the scenes C# call callback callvirt cff explorer cil clr command-binding compiler deadlock hook IL internal Internals jit kernel-mode keyboard-hook keylogger livelock localization lock low-level Mono.Cecil msil MVVM optimization pinvoke reference-type Reflection.Emit resourcemanager Rewrite Roslyn routed-command secrets syncblock synchronization threads tile value-type windows windows-phone writeablebitmap
Tag Archives: callback
Low-Level Global Keyboard Hook in C#
I had to implement a mechanism for a global low-level keyboard hook. After a brief search on the internet, I understood the principle and I went out with a solution in hand. First I show you how to use it, it’s very simple. To register a … Continue reading