Hi, I have tried perldoc Win32::GUI::reference::Events but for most of them I could read only "TBD".
Is there a way to find what events are fired when I press some keys on a form control? For example, I want to press enter on a Textfield and I want to get that event and I would like to know if there is another way than monitoring each key typed then testing if it has the ASCII code for enter... I would like to do something with the text entered when the enter key is pressed, like if I use a "-default" separate button. Thank you. Teddy