I'm actioning a method on a text box's KeyPress event, but the method is being run before the key is actually typed into the box.
If I use KeyUp, I get the behaviour I'm looking for, except KeyUp triggers on soft keys as well as standard characters, which isn't particularly useful for me.
Can I get KeyPress to run after the key is typed into the box? Or can I easily get KeyUp to ignore soft keys?