Hi
There must be a way to intercept the Virtual keys
before the system sends them to your control or form.
'KeyPreview = True' does not go far enough.
You could put GetAsyncKeyState in a loop, but isn't
that a step backwards?
Windows is so layered compared to DOS C++ and Assembler,
I am having trouble adjusting...
There must be a way to intercept the Virtual keys
before the system sends them to your control or form.
'KeyPreview = True' does not go far enough.
You could put GetAsyncKeyState in a loop, but isn't
that a step backwards?
Windows is so layered compared to DOS C++ and Assembler,
I am having trouble adjusting...