C# very simple keyboard hook
问题 im trying to create a custom macro program in C# and I want to know how I can create a low level keyboard hook. I have looked around and have found some but i do not understand how they work or how i can customise it :/ can anyone show me how I can create a keyboard hook that basically does: once any key is pressed, the int keycode is set to a method (i think the VK code is what i need?) the exampels i find online seem too complicated for that :/ Thanks :) 回答1: A Simple C# Global Low Level