L
Lumpierbritches
Thank you in advance for any and all assistance. It is greatly appreciated.
I would like a command button in VB.Net 2002 to open a text file, then to allow
text from a textbox on the current form to be appended to that text file. Is
there a place where I can see code to do this?
I have the data/text on the clipboard using the clipboard class, now I want to
append it to the text file either in Notepad or Wordpad. I have tried using the
StreamWriter and get that it's undefined under the Private_Sub Function of the
command button. What am I doing wrong?
Michael
I would like a command button in VB.Net 2002 to open a text file, then to allow
text from a textbox on the current form to be appended to that text file. Is
there a place where I can see code to do this?
I have the data/text on the clipboard using the clipboard class, now I want to
append it to the text file either in Notepad or Wordpad. I have tried using the
StreamWriter and get that it's undefined under the Private_Sub Function of the
command button. What am I doing wrong?
Michael