I have a normal textbox in my application. I can paste to it using my mouse but Ctrl+v does nothing.
How do I fix that?
I have a normal textbox in my application. I can paste to it using my mouse but Ctrl+v does nothing.
How do I fix that?
This behavior is enabled by default, so the question is rather what your code does to prevent it. Do you have any KeyDown
/KeyUp
/KeyPress
event handlers that may intercept the CTRL+V keystrokes?