I\'m using VB 2010 Express and have a label named \"lblTitle\" in my form. The next code doesn\'t work and I know it , but how can I do something like this?
Dim
After a deep google search , the answer seems to be easy as that:
Dim bla = "lblName" Me.Controls(bla).Text = "Dan"
while lblName is the label's name in the form. Thanks guys
lblName