PDA

View Full Version : Key Press Event


edmiston
03-17-2006, 10:48 AM
Is it possible to use a key press event that calls a method and sends to the method the key that was pressed? This way I could write a pretty powerful method that would respond appropriately based on the key pressed.

I tried creating a method with each different type of variable as an argument, but couldn't get any of them to map as the key pressed.