S
Seeter
Guest
Hi,
I have many Textboxes on Windows Form. I made Array with names of textboxes (TbName) and values (TbValue). I want to make for cycle where I can use variables for Textbox.Name and TextBox.Text; lets say:
TbName.Text = TbValue
I could not find any solution for this.
Continue reading...
I have many Textboxes on Windows Form. I made Array with names of textboxes (TbName) and values (TbValue). I want to make for cycle where I can use variables for Textbox.Name and TextBox.Text; lets say:
TbName.Text = TbValue
I could not find any solution for this.
Continue reading...