Hi,

Say I have 5 textboxes on my form (TextBox1, TextBox2, ...TextBox5).

Now I want to access them using their names:

Something like me.Controls("TextBox" & n.ToString).Text.

Is there any way out?