I'm trying to capture a textbox's key event when a user uses the tab key
without entering any data. I put a stop statememt in the KeyDown, KeyPress,
and KeyUp events and I've tried the form's keypreview property both ways.
What am I missing?
Thanks.
Matthew Wells
MWells@NumberCr uncher.com
without entering any data. I put a stop statememt in the KeyDown, KeyPress,
and KeyUp events and I've tried the form's keypreview property both ways.
What am I missing?
Thanks.
Matthew Wells
MWells@NumberCr uncher.com
Comment