1
vote
3answers
88 views
Convert received keys in PreviewKeyDown to a string
I am using PreviewKeyDown event on a window to receive all the keys from a barcode scanner. The KeyEventArgs is an enumeration and does not given me the actual string. I dont want …
1
vote
1answer
225 views
Help with the WPF TextCompositionManager events
The docs on this are pretty shoddy. There are a number of events you can hook into to monitor and take control of text input that are accessed via the TextCompositionManager. If …
0
votes
2answers
116 views
How can I prevent input controls from stealing the space character from the TextCompositionManager?
Related (but not a dupe!) to this question: http://stackoverflow.com/questions/1053210/help-with-the-wpf-textcompositionmanager-events
When using the TextCompositionManager I'm h …
