G
Guest
I have a ToolStripTextBox in a WinForms app and I'm trying to trap hitting
the Enter key. I tried doing it a bunch of different ways that should work
for a regular textbox KeyDown event, KeyPress event, etc.
What's interesting is that while the events get fired for other keypresses
in the ToolStripTextBox, hitting Enter doesn't seem to! Is this a bug? How to
overcome this problem???
the Enter key. I tried doing it a bunch of different ways that should work
for a regular textbox KeyDown event, KeyPress event, etc.
What's interesting is that while the events get fired for other keypresses
in the ToolStripTextBox, hitting Enter doesn't seem to! Is this a bug? How to
overcome this problem???