What I'm trying to do:
Open a text file and display the contents in a text box (I've done this)
Need to be able to edit the file from within the textbox and have it save
back to the source file.(can't figure how to do this)
I was thinking on the Open for Output or Append, but I can't get it to
accept a variable(TextBo xText) to open(since it's not a file) , what would
be the simplest way to accomplish this task?
Open a text file and display the contents in a text box (I've done this)
Need to be able to edit the file from within the textbox and have it save
back to the source file.(can't figure how to do this)
I was thinking on the Open for Output or Append, but I can't get it to
accept a variable(TextBo xText) to open(since it's not a file) , what would
be the simplest way to accomplish this task?
Comment