I am trying to introduce in the first line of a text already imported in the textbox the date and time, but when I apply with this code it does a new line but in the end and I need to apply in the first line. This is my current code
TextBox1.Text &= Environment.NewLine & time.ToString(format)