
28.04.2010, 07:48
|
|
Reservists Of Antichat - Level 6
Регистрация: 12.02.2006
Сообщений: 891
Провел на форуме: 1892597
Репутация:
836
|
|
Dictionary<string, Control> asd = new Dictionary<string, Control>();
foreach (Control ctr in Controls)
{
if (ctr is TextBox)
{
asd.Add(ctr.Name, ctr);
}
}
.NET 2.0 like
__________________
*********************************
*Я не волшебник ٩(๏̯͡๏)۶, только учусь...*
*********************************
Программы на заказ
Times to fly...
|
|
|