المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : سؤال لخبراء vb.net



a4_a4
10-11-2005, 12:18 PM
السلام عليكم جميعا
عندي مشروع ولزمني أقراء text من textbox بعدين ألون label عنده نفس الاسم:
Dim abc as string = textbox1.text

'here is the problem
Labelx.name.equal(abc).backcolor= color.lime

'this wont work i want to search for the label with the same name the user inputs then change its color for example

أرجو المساعدة , السؤال في صيغة ثانية:
How to convert a string into a labelName

شكرأ مقدما و يعطيك العافية

Amiga
11-11-2005, 10:37 PM
على حسب فهمي لسوالك

يكون label =text1

Dim abc As String = TextBox1.Text
Label1.Text = (abc)
Label1.BackColor = Color.Lime

جرب الكود