S
STom
I monitor the KeyDown event for an edit field on my Winform. I am capturing
the Enter key (in case someone presses it it needs to act like a tab).
This works most of the time, but there is some sequence happening within my
code in other places that makes it so that the 'Enter' key is not captured.
The KeyDown event still fires and I can capture other keys but just not the
enter key.
Is there anything that would make the Enter key not activate the KeyDown
event?
STom
the Enter key (in case someone presses it it needs to act like a tab).
This works most of the time, but there is some sequence happening within my
code in other places that makes it so that the 'Enter' key is not captured.
The KeyDown event still fires and I can capture other keys but just not the
enter key.
Is there anything that would make the Enter key not activate the KeyDown
event?
STom