P
PaulV
Using 1,1, C#, Windows Form (actually a UI Type Editor).
I need to filter characters in a textbox to numbers and a decimal
point while allowing backspace and delete key strokes
The doc says: KeyDown, KeyPress, KeyUp.
I'm seeing KeyPress then KeyDown. If KeyDown KeyEventArgs.handled
behaved like KeyPress KeyPressEventArgs.handled I could work around
it.
It makes no difference in what order or where I wire the events.
Any thoughts?
Paul
I need to filter characters in a textbox to numbers and a decimal
point while allowing backspace and delete key strokes
The doc says: KeyDown, KeyPress, KeyUp.
I'm seeing KeyPress then KeyDown. If KeyDown KeyEventArgs.handled
behaved like KeyPress KeyPressEventArgs.handled I could work around
it.
It makes no difference in what order or where I wire the events.
Any thoughts?
Paul