Hi !
I want to ask, how can i collect 10 last pressed keys, and not those pressed in my form, but also those pressed in others like games, programs etc.I want to make some sort of game cheat, where when you write "MYCHEAT" on the keyboard, it does something.
Only thing i can think of is collecting last 10 keys and then checking if it contains those keys, i thought about KeyPress event, but doesnt it get key press only from my form ?
I want to ask, how can i collect 10 last pressed keys, and not those pressed in my form, but also those pressed in others like games, programs etc.I want to make some sort of game cheat, where when you write "MYCHEAT" on the keyboard, it does something.
Only thing i can think of is collecting last 10 keys and then checking if it contains those keys, i thought about KeyPress event, but doesnt it get key press only from my form ?