P
Peter Kellner
I have a listview on my smartphone and I can trap the dial number keys
with the event:
this.listViewCategories.KeyPress += new
System.Windows.Forms.KeyPressEventHandler
(this.listViewCategories_KeyPress);
When I press the backspace, it takes me out of the application. I want
similar behavior to how the contact manager works where you can press
numbers on the keypad and backspace to untype them.
Thanks for any tips on this
with the event:
this.listViewCategories.KeyPress += new
System.Windows.Forms.KeyPressEventHandler
(this.listViewCategories_KeyPress);
When I press the backspace, it takes me out of the application. I want
similar behavior to how the contact manager works where you can press
numbers on the keypad and backspace to untype them.
Thanks for any tips on this