im trying to send a specific key (lets say 'c') to the 'keyboard', what im using at the moment is keybd_event(...). This works fine most of the time, but in some programs this doesnt work at all, im guessing they use some sort of keyboard hook to read the input or something.. so i was wondering, how could i send input to the keyboard at a really low level?