Win Control to display/modify ascii files?

  • Thread starter Thread starter VM
  • Start date Start date
V

VM

In my Windows application, I use the streamreader to display a txt file into
multi-line textbox and /streamwriter to modify the txt file if the user
decides to change the contents through the textbox control. Is there an
easier way of doing this? Is there some control that automatically displays
a file and modifies it when the user modifies it?

Thanks.
 
Back
Top