I have an array of Text Boxes. For some Text Box Events, I want to simulate the effect of the user using the Tab-Key.
The above seems so simple, but nothing in the manuals I have tells me how to do it.
I could use a Select statement & Set Focus to the next Text Box, but the array has almost Text Boxes, making that idea a bit clumsy.
Control Arrays were so much easier in VB 6.00
The above seems so simple, but nothing in the manuals I have tells me how to do it.
I could use a Select statement & Set Focus to the next Text Box, but the array has almost Text Boxes, making that idea a bit clumsy.
Control Arrays were so much easier in VB 6.00