I converted a project from vb6 to vb.net where I found a given control that was inside a TabControl via the collection Controls as such
Frm.Controls("ControlName")
I checked and the control does exist in the form.
I iterated on all that is inside the Controls Collection and the control is not there, only the TabControl which contains it. Does it mean that in vb.net I have to design a function to do something that vb6 could do?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…