I'm using a textbox to filter a form (thanks flo79!). I have the KeyUp event set for this textbox, so the filter is based on what is typed into the textbox and changes with every keystroke.
However, the KeyUp event recognizes the arrow keys, and I don't want it to (I want to be able to navigate through the text to fix spelling errors, etc).
Anyone know code to set the KeyUp to NOT recognize the arrow keys?
Thanks
However, the KeyUp event recognizes the arrow keys, and I don't want it to (I want to be able to navigate through the text to fix spelling errors, etc).
Anyone know code to set the KeyUp to NOT recognize the arrow keys?
Thanks