K
Keith Smith
When the user presses "Enter" on my comboBox, I would like for the selector
to go to the next comboBox. Since this is kind of like hitting the "tab"
key I thought I would just enable my KeyDown event for my comboBox with this
code...
SendKeys.Send(Keys.Tab);
This doesn't work. Any ideas why?
to go to the next comboBox. Since this is kind of like hitting the "tab"
key I thought I would just enable my KeyDown event for my comboBox with this
code...
SendKeys.Send(Keys.Tab);
This doesn't work. Any ideas why?