0
Reply

Function Key

chris 0

chris 0

Dec 18 2004 6:53 AM
1.7k
I want to add an Actionhandler to my Form. It seems to be simple - the user should be able to press the F2-key to start an action. But if i try to put an action to the from (this.keyDown+= ....), the action starts only after an mouseclick to the form. I think it is not possible to deal this with an Actionhandler, because the focus can be lost.