Cancel event action

  • Thread starter Thread starter Boni
  • Start date Start date
B

Boni

Dear all,
I would like to cancel the keydown event after I handled it in my control.
But the handled=true of the event don't do the job. Is the some stronger
method to clear key buffer and remove enevnts?
Thanks,
Boni
 
Without diving into details, it is NOT a solution for my case. I need to
remove the message or delete keyboard buffer. (Because a part of application
is unmanaged and it still handles the key press)
 
Back
Top