Listbox Keypress

  • Thread starter Thread starter Markus
  • Start date Start date
M

Markus

Hi,

is it possible to handle the Listbox KeyPress-Event?
I have tried it, but it didn't work, I never get a KeyPress-Event!!

Here's my C# code:
this.listBox1.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.listBox1_KeyPress);
 
Back
Top