I have been trying to get hardkeys to work my program. The event is in a sub menu from the top level form. I have tried both hardkeys hK and ckeyup and ckeydown formats. While these work in form1 like the samples, once in my code the event is not seen. I have put i breakpoint into the keypressed event and it is never seen. Is there an issue with using this in other than the root menu? or is there some way I can test to see of the event is triggering?