J
Just Me
I have two situations:
1) a form with a picturebox on it
This picturebox does NOT gets WM_KEYDOWN messages if the key is an arrow
key. Works OK if Num Lock is on so those keys are numerals.
1)A form with a textbox on it
This textbox gets those WM_KEYDOWN messages.
Maybe the fact that its a picturebox is not significant. Maybe something
else is causing the problem.
Any info or helpful suggestions would be appreciated
1) a form with a picturebox on it
This picturebox does NOT gets WM_KEYDOWN messages if the key is an arrow
key. Works OK if Num Lock is on so those keys are numerals.
1)A form with a textbox on it
This textbox gets those WM_KEYDOWN messages.
Maybe the fact that its a picturebox is not significant. Maybe something
else is causing the problem.
Any info or helpful suggestions would be appreciated