Hi guys...another query to test you all
What event happens when someone is typing text in a textbox and then they hit <Enter>? The textbox is set to receive a single line of text, so pressing <Enter> causes the textbox to loose focus. Obviously the 'Lost Focus' event happens but I want to specifically test if <Enter> has been pressed. Basically the textbox in question is a password-box and if the user hits <Enter> I want to invoke the 'log in' procedure but I'm stuck with what event to test for.