Open ghost opened 9 years ago
Well, it seems that this is a weird bug in the .NET framework!
If you CTRL-BACKSPACE in any Win32 application it deletes the last word, but try it in a .NET application (with a standard TextBox) and it inserts a control character.
solution seems a bit complicated http://stackoverflow.com/questions/1124639/winforms-textbox-using-ctrl-backspace-to-delete-whole-word
Steps to reproduce: 1) Set any input field in focus 2) Press CTRL + Backspase
You'll get the box symbol in the input field, which is certainly not critical, but is still inconvenient:)