my program has about fourty text boxes. when the users presses enter, i want the focus to move to the next text box. how could i do this?? the only part i can't figure out it how to move to the next control in the tab order?
i could do it by hard coding the name of the next text box, but would like to do it by tab order.
thanks