CryoEnix
Regular
Is it possible in VB.NET to loop through a specific object within a form? Below is the pseudocode to what I want to achieve:
Is this possible, and if so does anybody know the correct syntax?
Code:
for con = each Label in formMain
con.backcolor=rgb(252,252,254)
next
Is this possible, and if so does anybody know the correct syntax?