Hello :)
In my project, i use the api GetAsyncKeystate and i proceed like that..
I want to detect a keypress with getasynckeystate
I searched and i find how to do that.
Now, my app detects the F1 key, but i don't want other apps detects that,
I press F1 => But the focused windows (Not MY app) show the help of the software.
I just want to detect the key, but without any other application detects it.
Example:
I press F1 => My app: He pressed F1, do some stuff => Focused window: He pressed F1, show the help.
I just want to delete that keypress. Thanks guys (Don't blame me, i'm french, sorry for bad english)
In my project, i use the api GetAsyncKeystate and i proceed like that..
I want to detect a keypress with getasynckeystate
I searched and i find how to do that.
Now, my app detects the F1 key, but i don't want other apps detects that,
I press F1 => But the focused windows (Not MY app) show the help of the software.
I just want to detect the key, but without any other application detects it.
Example:
I press F1 => My app: He pressed F1, do some stuff => Focused window: He pressed F1, show the help.
I just want to delete that keypress. Thanks guys (Don't blame me, i'm french, sorry for bad english)