Can't override ProcessCmdKey in control

  • Thread starter Thread starter Teis Draiby
  • Start date Start date
T

Teis Draiby

I want to catch key shortcuts in a control by using ProcessCmdKey (using
C#), but i get a compiler error: "no suitable method found to override".
What am I doing wrong.
Is it because I'm using .NET Framework 1.0??

Any answer is very much appreciated,
regards Teis
 
Back
Top