> >- Is it somehow possible to catch keyboard events? I did not > find anything > >in the Win32::GUI docu except for some _KeyDown event which > was associated > >to a single object. >
I know you can use _KeyPress to catch keyboard events. I know it works in a RichEdit, don't know about elsewhere. > I don't know if anyone has been able to get Keyboard > Accelerators to work > for them properly (code examples wanted :) I've not been able to get 'em to work either. Code examples would be a good thing.