Textbox Name property as variable

  • Thread starter Thread starter Seeter
  • Start date Start date
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...
 
Back
Top