Something eating my Arrow keys. No WM_KEYDOWN messages for them

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

I do not get WM_KEYDOWN messages for arrow keys presses in my overridden
WndProc for a picturebox control.

Something must be eating them - anyone familiar with what's going on?



Thanks
 
Hy,

try to set a focus on this control before you press the keys.

Hope this helps
Joerg
 
That doesn't seem to be it.

Thanks

Joerg Bonsack said:
Hy,

try to set a focus on this control before you press the keys.

Hope this helps
Joerg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top