December 07, 2002
Anybody know how to program the arrow keys on the keyboard as they don't seem to respond to the normal keyboard functions.

Many Thanks
John


December 07, 2002
Depends on the application platform win32 gui or win32 console?

win32 console: see ReadConsoleInput win32 api function.
win32 gui    : see message handling

John Dyson wrote:
> Anybody know how to program the arrow keys on the keyboard as they don't
> seem to respond to the normal keyboard functions.
> 
> Many Thanks
> John
> 
>