J
Johan
Hello,
Is it possible in vb.net to do the following
normal procedure for setting a label
label.text = " blablabla"
What I would like to do is the same but where the label is a variable
eg.
dim varlabel as new label()
varlabel.text = "123"
where the content of varlabel is a label wich is on the form.
Is this possible ? (probally it is, since in c++ it is not a problem)
Thanks in advance,
Johan Van Loo
Is it possible in vb.net to do the following
normal procedure for setting a label
label.text = " blablabla"
What I would like to do is the same but where the label is a variable
eg.
dim varlabel as new label()
varlabel.text = "123"
where the content of varlabel is a label wich is on the form.
Is this possible ? (probally it is, since in c++ it is not a problem)
Thanks in advance,
Johan Van Loo