Homework Assignment #6


Programming homework.
   to get credit for this assignment,
    demonstrate your program for the instructor in class.

    Write a VB.net program to do the following:

    Allow user input into a text box.
       Make the text box length at least half the screen.
       There should be on-screen instructions to tell the user to
       enter text to be saved in a file.

    Provide a submit button.
    When that button is pressed, append the text in the textbox 
    to a file on the disk.
    Add a line terminator after each write.
    Remember to close the file after each write.

    Hint: use notepad or wordpad to view your file
      and confirm that a new line gets added to file
      each time the submit button is pressed.