Jul 25, 2022 #1 Ken01 Programmer Aug 8, 2014 60 GB 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 ?
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 ?
Jul 27, 2022 #2 SaltyTheFrog Programmer Jul 28, 2013 98 US Your post made me curious. This answers it somewhat... https://stackoverflow.com/questions...xtboxes-in-groupbox-iterates-in-reverse-order Upvote 0 Downvote
Your post made me curious. This answers it somewhat... https://stackoverflow.com/questions...xtboxes-in-groupbox-iterates-in-reverse-order
Jul 27, 2022 #3 Andrzejek Programmer Jan 10, 2006 8,502 US There is a good question in the mentioned link: In what scenario is the order important? Ken01 said: The text boxes do get populated but in REVERSE order Click to expand... Does it matter ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson Upvote 0 Downvote
There is a good question in the mentioned link: In what scenario is the order important? Ken01 said: The text boxes do get populated but in REVERSE order Click to expand... Does it matter ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson