how do i put text in a text box that shows up on start i used the following but it dont work?
TextBox1.Text = "enter your name here!"
the text box remains empty?
ta-
how do i put text in a text box that shows up on start i used the following but it dont work?
TextBox1.Text = "enter your name here!"
the text box remains empty?
ta-
you must do the code on form_load. Set the text property to "enter your name here" as you already have.
TextBox1.Text = "enter your name here!"