How can I tell if the Tab key has been pressed inside a certain textbox.
I tried enabling the AcceptsTab
property to true and creating a function that handles texstboxname.KeyPress
event, but when I tab while inside it it just tabs out of the box, instead of hitting my event. (normal keys fire my event, but tab never even fires it)