Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 15543

VS 2013 Error

$
0
0
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

Viewing all articles
Browse latest Browse all 15543

Trending Articles