In VB6, when you copied a control multiple times, it would create a control index, based on the name of the first control, for example:
btnEnter(0)
btnEnter(1)
btnEnter(2)
btnEnter(3)
btnEnter(4)
etc
Has this feature been taken away from vb.net?
|
Results 1 to 3 of 3
Thread: Control Indexing ???Threaded View
|
Click Here to Expand Forum to Full Width |