Virtual Press Keys? [solved]
I need help is there any way of this?
example : I have a button if i will press the button it will press virtually key "F6" like that?
I hope you know what i mean

you mean when you press f5 (for example) it actually presses f6?
First make a hotkey with GetASyncKeyState
then let it send.keys.f6 ???