So, I tried loading a file:
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
RichTextBox1.LoadFile("My.Computer.FileSystem.SpecialDirectories.MyDocuments.**1.txt**", RichTextBoxStreamType.PlainText)
End Sub
the 1.txt is errored and i dont know how to make it work
when it loads that file (doesnt matter what is written in it just the name “1” is needed) just the location to users documents, load that 1.txt file and send lets say msgbox.
.
as i said before the 1.txt is errored and i dont know how to make it work
New contributor
Miłosz Szul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.