Question: Your mission is to create a note reading and writing application using Visual Studio C# The application will have three buttons: Clear, Add, Read. The

Your mission is to create a note reading and writing application using Visual Studio C#

The application will have three buttons: Clear, Add, Read.

The Clear button will empty the file.

The Add button will take information in the textboxes and append it to the file.

The Read button will read the complete file.

Place extra lines and spacing when writing to your file to space out the different messages that have been added to the file.

Include textboxes to accept the user's name, a title for the message, and the message itself.

For those that want an extra chalange determine how to remove a specific message from a textfile without removing the other messages. One way would be to use two files. Other way would be to use an array.

Make sure to use proper names for your objects and files. Make sure to include your comments. Only do what is required, extra fancy will not cover up for missing requirements for the assignment. Do your own coding based on what you have learned from chapters 1 through 5 in the book.

Provide screenshots of program working

should look something lke this

Your mission is to create a note reading and writing application using

Note Reader Name Title Message Add Clear Read

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!