Hi,
I have 15 labels that are set to be invisble at form load and i was wondering if there is a neater way to code it than the example below
Regards
Paul
I have 15 labels that are set to be invisble at form load and i was wondering if there is a neater way to code it than the example below
Code:
Box1.Visible = False
Box2.Visible = False
Box3.Visible = False
Box4.Visible = False
Box5.Visible = False
Box6.Visible = False
Box7.Visible = False
Box8.Visible = False
Box9.Visible = False
Box10.Visible = False
Box11.Visible = False
Box12.Visible = False
Box13.Visible = False
Box14.Visible = False
Box15.Visible = False
Box16.Visible = False
Regards
Paul