I have a form with around 50 labels. Each have a unique name, (not like label1, label2, etc.).
Is there code to change all the labels on a form at once?
Printable View
I have a form with around 50 labels. Each have a unique name, (not like label1, label2, etc.).
Is there code to change all the labels on a form at once?
unfortunatly not,
you have to write out all the names of the labels, and set their 'text' property to the new values...
It would be a good idea to have a function that did this, as could do with it :)
Do you want to change your labels while the program is running?