Hello All.
I Have a WPF Textbox on a window.
It receives keydown events, but it is not possible to change the text in the textbox.
The Space, Backspace and delete keys work to change text that is already there, but none of the letters work( even though, as I said, the keydown events are registering ok)
I suspect, although I don't know why, that the events are being intercepted somewhere along the line, but I am not sure how I would go about finding out where exactly.
Can anybody give me a nudge in the right direction?