2010-01-21, 05:54 AM
I'm trying to get ML3 to respond to the NMT keyboard the way Bekken did in Music and Sub does on the Recording Seach but I can't see it in my OnKeyDown events. Do I have to define OnKeyPress an fake something? I can't get OnKeyPress on IMenuTask with this definition
public bool OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)
{
System.Diagnostics.Debug.WriteLine("press");
return false;
}
Any suggestions.
Martin
public bool OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)
{
System.Diagnostics.Debug.WriteLine("press");
return false;
}
Any suggestions.
Martin