I have about 30 textboxes on my form, and I want them to load "0.000" when the app loads. As it is now, I just have each one listed, Hows can i use a variable to call any textbox, or a "tagged" textbox so it will load what I want without having to list each one independently?
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
SCutL.Text = "0.000"
NeSize.Text = "0.000"
StrHole.Text = "0.000"
NeSpace.Text = "0.000"