use variable as textbox name?

  • Thread starter Thread starter Co
  • Start date Start date
Oh yes it does: "Dim textBoxNew As New TextBox" is short for "Dim textBoxNew
As TextBox = New TextBox".

Andrew

My mistake. I meant to say "Dim textBoxNew As TextBox".
 
Back
Top