up down left right not responding
-
For some reason, left, right, up, and down arrows aren't getting caught by OnKeyDown. Does anyone know what could be causing this problem? -- Steve
-
For some reason, left, right, up, and down arrows aren't getting caught by OnKeyDown. Does anyone know what could be causing this problem? -- Steve
hi, P;)lease clarify little bit more. Which control and which evet. ************************** S r e e j i t h N a i r **************************
-
For some reason, left, right, up, and down arrows aren't getting caught by OnKeyDown. Does anyone know what could be causing this problem? -- Steve
The OnKeyDown and OnKeyUp events don't catch the arrow keys. OnKeyPress catches the arrow keys. It's an annnoying little workaround, the OnKeyDown/OnKeyUp catch the ASCII chars and the modifiers (Ctrl, Shift, Alt) but not the arrow keys and the OnKeyPress catches ASCII chars and arrows but not modifiers. Aaron Eldreth TheCollective4.com My Articles While much is too strange to be believed, Nothing is too strange to have happened. - T. Hardy