ALX
Well-known member
Of the many forms in my app, there are a few that do not raise the KeyDown event on the 1st time that the Up or Down key is pressed. After the 1st Up key KeyPress, the KeyDown event works fine. The result is that initially the user must press the Up key twice to get any activity on the form. No big deal for the user, but it drives me crazy.... why some forms catch the KeyDown event 1st time, and others don't. They all have the same properties set (KeyPreview = TRUE)... etc.
'Anybody else experience this ?
'Anybody else experience this ?