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
شكرأ مقدما و يعطيك العافية
عندي مشروع ولزمني أقراء 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
شكرأ مقدما و يعطيك العافية