Hello, and thanks in advance.
I'm obviously new to VB 2005, and I'm making a data entry window that collects 269 data points (0, 1 or 2) in combo boxes. I want to do validation on a keystroke to the combo box but cannot discover how. If it is valid (0, 1, or 2) I want it to jump the the next combo box, if it is invalid, I want a beep, and the box to clear to the default of zero. I'd also like to know how to handle a backspace event so I can highlight the previous combo box.
Thanks so much
I've tested SelectedIndexChanged and it's not the right solution.
I'm obviously new to VB 2005, and I'm making a data entry window that collects 269 data points (0, 1 or 2) in combo boxes. I want to do validation on a keystroke to the combo box but cannot discover how. If it is valid (0, 1, or 2) I want it to jump the the next combo box, if it is invalid, I want a beep, and the box to clear to the default of zero. I'd also like to know how to handle a backspace event so I can highlight the previous combo box.
Thanks so much
I've tested SelectedIndexChanged and it's not the right solution.