0
I’m trying to get in the first line of an already imported text in the textbox the date and time , but when I apply with this code it makes a new line but at the end and I need to apply in the first line. this and my current code
TextBox1.Text &= Environment.NewLine & time.ToString(format)