I have a
VB.NET Winform that I am trying to display the contents of txt document on. Is there an object (or a way) to have a text box or some other control link to a file? In other words when the user selects the file they want to view, I want the data from the file to display on the form as it is on the original txt document. Thank you in advance for you help!