Key Processing in 2003 Question
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How can I ignore the keys the user inserts into a textbox ? I've tried signing up to the keydown event, end use the e.SuppressKeyPress = true to achieve it in .NET 2005, but this is not supported by .NET 2003. Maybe use the Handle property for this ? Thanks, Eyal
-
Hello, How can I ignore the keys the user inserts into a textbox ? I've tried signing up to the keydown event, end use the e.SuppressKeyPress = true to achieve it in .NET 2005, but this is not supported by .NET 2003. Maybe use the Handle property for this ? Thanks, Eyal