Hi,
I have a problem with syntax....
Dim _i As Integer = 1
Controls("TextBox" & _i).Text = (ListBox1.Items(_i).ToString) this will not work.
TextBox1.Text = (ListBox1.Items(_i + 5).ToString) this works.
:confused::confused::confused: Please Help
Thanks
Regards
I have a problem with syntax....
Dim _i As Integer = 1
Controls("TextBox" & _i).Text = (ListBox1.Items(_i).ToString) this will not work.
TextBox1.Text = (ListBox1.Items(_i + 5).ToString) this works.
:confused::confused::confused: Please Help
Thanks
Regards