M
Apr 13, 2026Mapping Windows Virtual Keys to actual characters in .NET
Introduction When handling keyboard input on Windows, a VirtualKey received from the...
Apr 13, 20263 min read1 reactions0 comments
Tag archive
Introduction When handling keyboard input on Windows, a VirtualKey received from the...

Hey folks! I recently finished a fun little C++ project that simulates a butterfly flying around...
A .NET Project which Contains some useful techniques to detect debugging and other harmful actions...

Introduction Reading and writing to the clipboard using low-level APIs can be tricky....

Dynamic Link Libraries or the DLLs are components which are called by a process through the loader...
Use Declares in Xojo to call OS API functions.
QueryPerformanceCounter function is all about measuring time and profiling performance, so I wasn't...
There is a problem with handling input from mouse and keyboard in games and other interactive...