VB.Net Group control boxes
VB.Net Group control boxes
(OP)
Using VB.Net 2005 I have set up 30 text boxes enclosed within a Group control.
I then try to populate them using a For each (item) in Group statement.
The text boxes do get populated but in REVERSE order. Why is this ?
I then try to populate them using a For each (item) in Group statement.
The text boxes do get populated but in REVERSE order. Why is this ?
RE: VB.Net Group control boxes
https://stackoverflow.com/questions/13864226/forea...
RE: VB.Net Group control boxes
Does it matter
---- Andy
"Hmm...they have the internet on computers now"--Homer Simpson
RE: VB.Net Group control boxes