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);
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);