I have a textbox with a keypress event. All Ascii characters are sent to a label caption, they are all working as expected, however the Ascii code 13 does not get sent to the label, it does when the focus returns to the textbox. I tried making it send its Ascii code when the textbox lost focus, but nothing. What am I doing wrong? Thanks