Ok I am kind of new at this but I could'nt find this anywhere else so I am hoping someone here can help me out. Lets say I have a textbox and a button that says hide along with a couple thousand labels on a form. I want to be able to put in Label24601 in the text box and hit the hide button and have it hide Label24601. As far as I know something like:

if textbox.text = "Label41" then label41.visible=false

would suffice. But due to the shear numbers and lack of a common nameing format amoung all the other labels that is not practicle. I thought I was on the right track with String.ConCat() but that turned out not to be what I am looking for. Any help would REALLY be apreciated!