I can right-click in a TextBox control for the default ContextMenu with Cut, Copy, and Paste. However, I've noticed that in VB.NET 2005, you can't select text in a TextBox control and press CTRL+C, CTRL+X, or CTRL+V in them to cut, copy, or paste. I don't recall this behavior with VB.NET 2003, and definitely not with VB6 or Access VBA. Those TextBox controls always recognize the keyboard commands.
Is it that Microsoft's TextBox control doesn't realize these keypresses by default anymore? I tried setting the form's KeyPreview property to true to no avail. It seems kind of strange that you can no longer use the keyboard shortcuts for such basic functionality. Or, am I just missing something here?
Is it that Microsoft's TextBox control doesn't realize these keypresses by default anymore? I tried setting the form's KeyPreview property to true to no avail. It seems kind of strange that you can no longer use the keyboard shortcuts for such basic functionality. Or, am I just missing something here?