I want to make the program automatically make changes to the file. On C #, I looked at the code like this:
RichTextBox1.LoadFile(@"D:\Записи.txt",RichTextBoxStreamType.PlainText)
But in VB, I tried to do the same, but it does not work. The file is created, but the entries in it do not appear.